telar-platform-android 0.1.5

Android platform backend for Telar, built on android-activity.
Documentation
[package]
name = "telar-platform-android"
version = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
description = "Android platform backend for Telar, built on android-activity."
keywords = ["telar", "android", "platform", "mobile", "gui"]
categories = ["gui", "os"]
readme = { workspace = true }
license = { workspace = true }
repository = { workspace = true }

[dependencies]
platform-core = { workspace = true }
services-core = { workspace = true }
raw-window-handle = { workspace = true }

[target.'cfg(target_os = "android")'.dependencies]
winit = { version = "0.30", default-features = false, features = [
    "android-native-activity",
    "rwh_06",
] }
android-activity = { version = "0.6", features = ["native-activity"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
paranoid-android = "0.2.2"
platform-winit = { workspace = true }
libc = "0.2.186"