editor/framework/Cargo.toml
2021-01-15 12:07:20 -06:00

11 lines
251 B
TOML

[package]
name = "framework"
version = "0.1.0"
authors = ["Michael Zhang <mail@mzhang.io>"]
edition = "2018"
[dependencies]
winit = { version = "0.24.0", features = ["web-sys"] }
[target.'cfg(target_os = "android")'.dependencies]
ndk-glue = "0.2.1"