mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Hide console on windows for all examples in release builds (#1008)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
|
||||
|
||||
// Forbid warnings in release builds:
|
||||
#![cfg_attr(not(debug_assertions), deny(warnings))]
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
Reference in New Issue
Block a user