From 85430ac1449d8cc9e97c489eaf0e8d9e58311fcd Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Sat, 8 Oct 2022 17:17:56 +0200 Subject: [PATCH] add hotfix for demo and appimage --- adwaita-demo/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/adwaita-demo/Cargo.toml b/adwaita-demo/Cargo.toml index 7cd33f7..0098842 100644 --- a/adwaita-demo/Cargo.toml +++ b/adwaita-demo/Cargo.toml @@ -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" +