mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
15 lines
342 B
TOML
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"
|