mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Hide console on windows for all examples in release builds (#1008)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
//! Example how to use [epi::NativeTexture] with glium.
|
||||
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release
|
||||
|
||||
use epi::NativeTexture;
|
||||
use glium::glutin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user