blinc_platform_android 0.1.14

Blinc Android platform - native activity, JNI bridge, and input handling
Documentation
# 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.75"
name = "blinc_platform_android"
version = "0.1.14"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blinc Android platform - native activity, JNI bridge, and input handling"
documentation = "https://docs.rs/blinc_platform_android"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/project-blinc/Blinc"

[features]
default = ["gpu"]
default-activity = []
gpu = []
zrtl-plugin = []

[lib]
name = "blinc_platform_android"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.blinc_animation]
version = "0.1.14"

[dependencies.blinc_core]
version = "0.1.14"

[dependencies.blinc_platform]
version = "0.1.14"

[dependencies.log]
version = "0.4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[target.'cfg(target_os = "android")'.dependencies.android-activity]
version = "0.6"
features = ["native-activity"]

[target.'cfg(target_os = "android")'.dependencies.android_logger]
version = "0.14"

[target.'cfg(target_os = "android")'.dependencies.base64]
version = "0.22"

[target.'cfg(target_os = "android")'.dependencies.blinc_gpu]
version = "0.1.14"
features = ["vulkan"]
optional = true
default-features = false

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21"

[target.'cfg(target_os = "android")'.dependencies.ndk]
version = "0.9"