Set up tauri project
This commit is contained in:
parent
c80325ea40
commit
6ac80ab679
39 changed files with 5754 additions and 100 deletions
6
gdn-app/src-tauri/src/main.rs
Normal file
6
gdn-app/src-tauri/src/main.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
fn main() {
|
||||
gdn_app_lib::run()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue