ash/examples/Cargo.toml
2017-12-12 14:25:10 +01:00

14 lines
249 B
TOML

[package]
name = "examples"
version = "0.1.0"
authors = ["maik klein <maikklein@googlemail.com>"]
[dependencies]
winit = "0.9.0"
image = "0.10.4"
ash = { path = "../ash" }
[target.'cfg(windows)'.dependencies]
user32-sys = "0.2.0"
winapi = "0.2.8"