[package] name = "bevy_mobile_example" # Version is required by `cargo-apk`, though this value will never change. version = "0.0.0" edition = "2024" description = "Example for building an iOS or Android app with Bevy" publish = false license = "MIT OR Apache-2.0" [lib] name = "bevy_mobile_example" crate-type = ["lib", "cdylib"] [dependencies] bevy = { path = "../../" } [lints] workspace = true