hide console on windows release builds
This commit is contained in:
parent
ac575482f3
commit
8e342582d9
|
|
@ -1,3 +1,5 @@
|
||||||
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||||
|
|
||||||
use eframe::egui;
|
use eframe::egui;
|
||||||
use lightningbeam_core::layer::{AnyLayer, AudioLayer};
|
use lightningbeam_core::layer::{AnyLayer, AudioLayer};
|
||||||
use lightningbeam_core::layout::{LayoutDefinition, LayoutNode};
|
use lightningbeam_core::layout::{LayoutDefinition, LayoutNode};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue