vulkano/examples/Cargo.toml
2018-09-23 22:10:37 +10:00

15 lines
342 B
TOML

[package]
name = "examples"
version = "0.1.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
publish = false
[dependencies]
vulkano = { path = "../vulkano" }
vulkano-shader-derive = { path = "../vulkano-shader-derive" }
vulkano-win = { path = "../vulkano-win" }
cgmath = "0.16.1"
image = "0.20.0"
winit = "0.17"
time = "0.1.38"