mirror of
https://github.com/bevyengine/bevy.git
synced 2026-07-03 17:24:00 -04:00
27 lines
552 B
TOML
27 lines
552 B
TOML
[package]
|
|
name = "bevy_android"
|
|
version = "0.20.0-dev"
|
|
edition = "2024"
|
|
description = "Provides android functionality for Bevy Engine."
|
|
homepage = "https://bevy.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["bevy"]
|
|
|
|
[target.'cfg(target_os = "android")'.dependencies]
|
|
android-activity = "0.6"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = [
|
|
"-Zunstable-options",
|
|
"--generate-link-to-definition",
|
|
"--generate-macro-expansion",
|
|
]
|
|
all-features = true
|