Files
winit/xbuild-target/Cargo.toml
John Nunley f9a975e6e5 Use xbuild instead of cargo apk in the CI
In addition to cargo apk being deprecated, xbuild also has support for
ios.

Signed-off-by: John Nunley <dev@notgull.net>
2023-10-14 21:37:15 -07:00

11 lines
164 B
TOML

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