ash/examples/Cargo.toml
2020-09-04 14:05:16 -07:00

12 lines
231 B
TOML

[package]
name = "examples"
version = "0.1.0"
authors = ["maik klein <maikklein@googlemail.com>"]
edition = "2018"
[dependencies]
winit = "0.19.5"
image = "0.10.4"
ash = { path = "../ash" }
ash-window = { path = "../ash-window" }