ash/examples/Cargo.toml

19 lines
393 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>"]
edition = "2018"
2016-08-14 09:13:39 +10:00
[dependencies]
winit = "0.19.5"
2016-12-26 10:50:08 +11:00
image = "0.10.4"
2017-04-16 20:44:34 +10:00
ash = { path = "../ash" }
2016-12-26 11:58:44 +11:00
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.4", features = ["windef", "winuser"] }
[target.'cfg(target_os = "macos")'.dependencies]
metal = "0.17.1"
cocoa = "0.20.0"
objc = "0.2.7"