Hide host console window #1003
Unanswered
BctfN0HUK7Yg
asked this question in
Q&A
Replies: 1 comment 2 replies
-
use the #![windows_subsystem = "windows"] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use eframe template.
When I compile my app with "cargo build --release" I have 2 windows. One is my app, and another is "host console window". But when I compile without "--release". I have only my app window.
How to make release with only one window?
Beta Was this translation helpful? Give feedback.
All reactions