This commit is contained in:
2024-05-27 21:00:55 +02:00
commit 431fb25d85
7 changed files with 1887 additions and 0 deletions

5
build.rs Normal file
View File

@@ -0,0 +1,5 @@
extern crate embed_resource;
fn main() {
embed_resource::compile("tray-example.rc", embed_resource::NONE);
}