mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
14 lines
223 B
TOML
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"]
|