FEAT: chuẩn bị thư viện để tạo file exe trên window

This commit is contained in:
2026-08-08 09:44:37 +00:00
parent 9ef622f29a
commit 0a1f3efd64
21 changed files with 536 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
sonicforge_daw_lib::run()
}