[NON WORKING] Windows app (core error)
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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 = []
|
||||
Reference in New Issue
Block a user