[package] name = "robius-android-env" version = "0.2.0" edition = "2021" authors = [ "Kevin Boos ", "Project Robius Maintainers", ] description = "Rust access to Android state (native Java objects) managed by UI toolkits" documentation = "https://docs.rs/robius-android-env" homepage = "https://robius.rs/" keywords = ["robius", "android", "environment", "java", "jni"] categories = ["gui", "os", "os::android-apis"] license = "MIT" readme = "README.md" repository = "https://github.com/project-robius/robius-android-env" [dependencies] jni = "0.21.1" makepad-android-state = { version = "0.1.0", optional = true } ndk-context = {version = "0.1.0", optional = true } [features] default = ["ndk-context"] ## Set this feature when building a Makepad app. makepad = ["dep:makepad-android-state"] ndk-context = ["dep:ndk-context"]