Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/crates/bevy_android/Cargo.toml
6592 views
1
[package]
2
name = "bevy_android"
3
version = "0.17.0-dev"
4
edition = "2024"
5
description = "Provides android functionality for Bevy Engine."
6
homepage = "https://bevy.org"
7
repository = "https://github.com/bevyengine/bevy"
8
license = "MIT OR Apache-2.0"
9
keywords = ["bevy"]
10
11
[target.'cfg(target_os = "android")'.dependencies]
12
android-activity = "0.6"
13
14
[features]
15
default = []
16
17
[lints]
18
workspace = true
19
20
[package.metadata.docs.rs]
21
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]
22
all-features = true
23
24