编译 Rust EXE - 使用 vi.ico 图标,单文件,无控制台
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user