ash/examples/Cargo.toml
2016-12-26 01:58:44 +01:00

14 lines
258 B
TOML

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