Hide the Windows console in release builds

This commit is contained in:
Tad Hardesty 2018-08-26 20:17:20 -07:00
parent 87f0f4babf
commit a5045c0965

View file

@ -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;