Przeglądaj źródła

Add windows_subsystem crate attribute

Johannes Hofmann 7 lat temu
rodzic
commit
98a1ace781
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      src/main.rs

+ 2
- 0
src/main.rs Wyświetl plik

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