ash/examples/Cargo.toml
2018-08-02 21:22:46 +02:00

13 lines
275 B
TOML

[package]
name = "examples"
version = "0.1.0"
authors = ["maik klein <maikklein@googlemail.com>"]
[dependencies]
winit = "0.16"
image = "0.10.4"
ash = { path = "../ash" }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.4", features = ["windef", "winuser"] }