hide console on windows release builds

This commit is contained in:
Skyler Lehmkuhl 2026-02-19 07:55:55 -05:00
parent ac575482f3
commit 8e342582d9
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
use eframe::egui;
use lightningbeam_core::layer::{AnyLayer, AudioLayer};
use lightningbeam_core::layout::{LayoutDefinition, LayoutNode};