ash/examples/Cargo.toml

13 lines
275 B
TOML
Raw Normal View History

2016-08-14 01:13:39 +02:00
[package]
2016-12-25 14:38:26 +01:00
name = "examples"
2016-08-14 01:13:39 +02:00
version = "0.1.0"
authors = ["maik klein <maikklein@googlemail.com>"]
[dependencies]
2018-08-02 21:22:46 +02:00
winit = "0.16"
2016-12-26 00:50:08 +01:00
image = "0.10.4"
2017-04-16 12:44:34 +02:00
ash = { path = "../ash" }
2016-12-26 01:58:44 +01:00
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.4", features = ["windef", "winuser"] }