freya-android 0.4.0-rc.17

Android integration for Freya
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 = "2024"
name = "freya-android"
version = "0.4.0-rc.17"
authors = ["Marc EspĂ­n <mespinsanz@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Android integration for Freya"
homepage = "https://freyaui.dev/"
readme = false
keywords = [
    "gui",
    "android",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/marc2332/freya"

[package.metadata.docs.rs]
features = ["freya-core/mocked-engine"]

[features]
skia-engine = ["freya-core/skia-engine"]

[lib]
name = "freya_android"
path = "src/lib.rs"

[dependencies.freya-components]
version = "0.4.0-rc.17"

[dependencies.freya-core]
version = "0.4.0-rc.17"

[dependencies.freya-winit]
version = "0.4.0-rc.17"

[dependencies.jni]
version = "0.19.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.winit]
version = "0.30.13"

[lints.clippy]
redundant_clone = "warn"