Populate controller list on android (#920)

* list controllers in UI for android

* more

* more
This commit is contained in:
Logan McNaughton
2026-05-19 19:30:09 +02:00
committed by GitHub
parent 11a49fd687
commit 5850c514f2
5 changed files with 122 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ dirs = "6.0"
[target.'cfg(target_os = "android")'.dependencies]
slint = { version = "1.16", default-features = false, features = ["compat-1-2", "std", "backend-android-activity-06", "accessibility"], optional = true }
jni = "0.22"
[build-dependencies]
winresource = "0.1"