-
Hello.
How can I get rid of command line? |
Beta Was this translation helpful? Give feedback.
Answered by
ickk
Oct 16, 2022
Replies: 1 comment 1 reply
-
I think on windows all you need to do is add #![windows_subsystem = "windows"] to the top of see: rust-lang/rust#37501 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mockersf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think on windows all you need to do is add
#![windows_subsystem = "windows"]
to the top of
main.rs
see: rust-lang/rust#37501