This commit is contained in:
2026-03-10 17:48:22 +07:00
parent 7240bcf94c
commit 8d0eccdbc2
16 changed files with 202 additions and 25 deletions
+4
View File
@@ -11,7 +11,11 @@ name = "netrunner_app"
tauri-build = { version = "2.0.0", features = [] }
[dependencies]
jni = "0.21"
netrunner-client = { path = "../../client" }
netrunner-core = { path = "../../core" }
tauri = { version = "2.0.0", features = [] }
serde = { version = "1.0", features = ["derive"] }
ndk-context = "0.1"
log = "0.4"
android_logger = "0.14"