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
+#![windows_subsystem = "windows"]
2
+
1
 extern crate cgmath;
3
 extern crate cgmath;
2
 #[macro_use]
4
 #[macro_use]
3
 extern crate clap;
5
 extern crate clap;