Files
winit/xbuild/android-target/Cargo.toml
John Nunley d3657449ab Review comments
Signed-off-by: John Nunley <dev@notgull.net>
2023-10-14 21:37:15 -07:00

14 lines
223 B
TOML

[package]
name = "android-xbuild-target"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate_type = ["cdylib"]
[dependencies.winit]
version = "0.29.1-beta"
path = "../.."
features = ["android-native-activity"]