initial commit

This commit is contained in:
2025-03-26 11:02:25 +00:00
commit 4bc0d697dc
14 changed files with 4691 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
fn main() {
static_vcruntime::metabuild();
winresource::WindowsResource::new()
.set_icon("assets/icon.ico")
.compile()
.unwrap();
}