1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
mod cli_gui; mod generator; mod assets; mod hulk_file; mod pure; mod nav; mod indexer; mod init; mod unit; // mod gui; mod app_consts; use brown as bro; fn main(){ //--we can place it here as well use cli_gui::cli_gui; cli_gui(); println!("ok"); }