summary refs log tree commit diff
path: root/app/src/main.rs
blob: 948a42bc23bc8faff118e12ae6481ed386a4aa98 (plain)
1
2
3
4
5
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

fn main() {
    foxfleet_applib::run()
}