fixed issue in cargo.toml related to surpressing command prompt in windows

This commit is contained in:
grimsace
2026-03-23 13:11:03 -05:00
parent 0e0846c257
commit c4f2c9bac7
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -28,3 +28,6 @@ TODO
# Added by cargo # Added by cargo
/target /target
#ignore any hidden linux directories
.*
-3
View File
@@ -16,6 +16,3 @@ image = { version = "0.25", default-features = true }
opt-level = "z" opt-level = "z"
lto = true lto = true
codegen-units = 1 codegen-units = 1
[target.'cfg(windows)'.rustflags]
rustflags = ["-C", "link-args=-mwindows"]