From 0e0846c2570c27889223d8a11b618909cc57db9c Mon Sep 17 00:00:00 2001 From: grimsace Date: Mon, 23 Mar 2026 13:04:24 -0500 Subject: [PATCH] surpressed command prompt in windows --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7a9f0ac..17b0426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,6 @@ image = { version = "0.25", default-features = true } opt-level = "z" lto = true codegen-units = 1 + +[target.'cfg(windows)'.rustflags] +rustflags = ["-C", "link-args=-mwindows"]