mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Hide the Windows console in release builds
This commit is contained in:
parent
87f0f4babf
commit
a5045c0965
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
//! The map editor proper, with a GUI and everything.
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem="windows")]
|
||||
|
||||
extern crate glutin;
|
||||
#[macro_use] extern crate gfx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue