ソースを参照

Add windows_subsystem crate attribute

Johannes Hofmann 7 年 前
コミット
98a1ace781
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      src/main.rs

+ 2
- 0
src/main.rs ファイルの表示

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