[package]
name = "examples"
version = "0.1.0"
authors = ["maik klein <maikklein@googlemail.com>"]

[dependencies]
winit = "0.11.1"
image = "0.10.4"
ash = { path = "../ash" }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.4", features = ["windef", "winuser"] }