mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
In addition to cargo apk being deprecated, xbuild also has support for ios. Signed-off-by: John Nunley <dev@notgull.net>
11 lines
164 B
TOML
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"]
|
|
|