2024-07-23 20:08:45 +02:00
|
|
|
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
|
|
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
|
|
|
|
|
|
|
fn main() {
|
2024-07-24 22:35:14 +02:00
|
|
|
desktop_lib::run()
|
2024-07-23 20:08:45 +02:00
|
|
|
}
|