ash/examples/Cargo.toml

14 lines
260 B
TOML
Raw Normal View History

2016-08-14 09:13:39 +10:00
[package]
2016-12-26 00:38:26 +11:00
name = "examples"
2016-08-14 09:13:39 +10:00
version = "0.1.0"
authors = ["maik klein <maikklein@googlemail.com>"]
[dependencies]
2016-12-25 16:21:41 +11:00
winit = "0.5.6"
2016-12-26 10:50:08 +11:00
image = "0.10.4"
2016-12-26 00:38:26 +11:00
ash = { version = "*", path = "../"}
2016-12-26 11:58:44 +11:00
[target.'cfg(windows)'.dependencies]
user32-sys = "0.2.0"
2016-12-26 12:35:43 +11:00
winapi = "0.2.8"