5 lines
122 B
Rust
5 lines
122 B
Rust
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
hololake_native_desktop_lib::run();
|
||
|
|
}
|