diff --git a/Cargo.lock b/Cargo.lock index 8d34536..fcd55c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -940,10 +940,7 @@ dependencies = [ "demo", "eframe", "egui-winit", - "jni", "log", - "ndk-context", - "thiserror 2.0.11", ] [[package]] diff --git a/demo_android/rust/Cargo.toml b/demo_android/rust/Cargo.toml index 0c93dab..79ee4c3 100644 --- a/demo_android/rust/Cargo.toml +++ b/demo_android/rust/Cargo.toml @@ -7,12 +7,9 @@ publish = false [dependencies] log = "0.4" android_logger = "0.14" -jni = "*" eframe = { workspace = true, features = ["wgpu", "android-game-activity"] } egui-winit.workspace = true -ndk-context = "*" demo = { path = "../../demo" } -thiserror = "2.0.3" [lib] name = "main"