Sfoglia il codice sorgente

Add windows_subsystem crate attribute

Johannes Hofmann 7 anni fa
parent
commit
98a1ace781
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      src/main.rs

+ 2
- 0
src/main.rs Vedi File

@@ -1,3 +1,5 @@
1
+#![windows_subsystem = "windows"]
2
+
1 3
 extern crate cgmath;
2 4
 #[macro_use]
3 5
 extern crate clap;