[NON WORKING] Windows app (core error)

This commit is contained in:
2026-03-15 23:48:50 +07:00
parent dd05ffe6d7
commit f3b51cf50c
10 changed files with 127 additions and 21 deletions
+1
View File
@@ -1,3 +1,4 @@
//#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
netrunner_logger::Logger::init();
netrunner_logger::Logger::global().set_level("trace");
+1 -5
View File
@@ -12,11 +12,7 @@ links = "tauri-plugin-vpn"
tauri = { version = "2.10.3" }
serde = "1.0"
thiserror = "2"
netrunner-client = { git = "ssh://git@github.com/nineAp/netrunner-core.git", branch = "main", features = ["desktop"] }
netrunner-client = { git = "ssh://git@github.com/nineAp/netrunner-core.git", branch = "main" }
[build-dependencies]
tauri-plugin = { version = "2.5.4", features = ["build"] }
[features]
mobile = []
desktop = []