mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
13 lines
202 B
TOML
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"]
|