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

13 lines
202 B
TOML

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