Browse Source

Add windows_subsystem crate attribute

Johannes Hofmann 7 years ago
parent
commit
98a1ace781
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/main.rs

+ 2
- 0
src/main.rs View File

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