initial commit

This commit is contained in:
2026-05-12 17:27:18 +08:00
commit 38fc33cabf
10 changed files with 5505 additions and 0 deletions

5
.cargo/config.toml Normal file
View File

@@ -0,0 +1,5 @@
[build]
target = "x86_64-pc-windows-gnu"
[target.x86_64-pc-windows-gnu]
rustflags = ["-C", "link_args=-Wl,--subsystem,windows"]