First iteration

This commit is contained in:
Martino Ferrari
2026-05-07 16:47:32 +02:00
commit e3d621c425
12 changed files with 5839 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fn main() {
if std::env::var("CARGO_CFG_TARGET_OS").unwrap() == "windows" {
embed_resource::compile("resources.rc", embed_resource::NONE);
}
}