add hotfix for demo and appimage

This commit is contained in:
2022-10-08 17:17:56 +02:00
parent 87cb06be2e
commit 85430ac144

View File

@@ -14,3 +14,8 @@ auto_link_exclude_list = [
"libdl.so*",
"libpthread.so*",
]
[[bin]] # fix for cargo appimage not finding the binary
name = "adwaita-demo" # crate name
path = "src/main.rs"