commit inicial: scaffolding de Origin World Navigator con Tauri y Rust

This commit is contained in:
2026-03-24 09:47:32 -05:00
commit 1faf59debb
2 changed files with 20 additions and 0 deletions
+6
View 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() {
worldnavigator_lib::run()
}