hololake-system-architecture/product-source/guanghu-education-industry-os/src-tauri/src/main.rs

5 lines
124 B
Rust

#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
guanghu_education_industry_os::run();
}