编译 Rust EXE - 使用 vi.ico 图标,单文件,无控制台

This commit is contained in:
xiaji
2026-03-31 13:16:42 +08:00
parent 15e56120f4
commit 905e5b173f
3696 changed files with 4228 additions and 8382 deletions

View File

@@ -2,6 +2,7 @@
name = "push_screen_rust"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[dependencies]
eframe = { version = "0.24", features = ["default"] }
@@ -19,7 +20,6 @@ winapi = { version = "0.3", features = ["winuser", "windef", "wingdi", "libloade
[profile.release]
opt-level = 3
lto = true
strip = true
[[bin]]
name = "push_screen"