# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73" name = "i-slint-backend-android-activity" version = "1.8.0" authors = ["Slint Developers "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "OpenGL rendering backend for Slint" homepage = "https://slint.dev" readme = "README.md" license = "GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0" repository = "https://github.com/slint-ui/slint" [package.metadata.docs.rs] features = [ "native-activity", "aa-06", ] targets = [ "aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android", ] [lib] name = "i_slint_backend_android_activity" path = "lib.rs" [features] aa-05 = [ "android-activity-05", "ndk-08", ] aa-06 = [ "android-activity-06", "ndk-09", ] game-activity = [ "android-activity-06?/game-activity", "android-activity-05?/game-activity", ] native-activity = [ "android-activity-06?/native-activity", "android-activity-05?/native-activity", ] [target.'cfg(target_os = "android")'.dependencies.android-activity-05] version = "0.5" optional = true package = "android-activity" [target.'cfg(target_os = "android")'.dependencies.android-activity-06] version = "0.6" optional = true package = "android-activity" [target.'cfg(target_os = "android")'.dependencies.i-slint-core] version = "=1.8.0" features = ["std"] default-features = false [target.'cfg(target_os = "android")'.dependencies.i-slint-renderer-skia] version = "=1.8.0" default-features = false [target.'cfg(target_os = "android")'.dependencies.jni] version = "0.21" features = ["invocation"] [target.'cfg(target_os = "android")'.dependencies.ndk-08] version = "0.8.0" features = ["rwh_06"] optional = true package = "ndk" [target.'cfg(target_os = "android")'.dependencies.ndk-09] version = "0.9.0" features = ["rwh_06"] optional = true default-features = false package = "ndk" [target.'cfg(target_os = "android")'.dependencies.raw-window-handle] version = "0.6"