mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
494a0c30c8
* vulkano_shaders_derive exposes a proc_macro instead of a proc_macro_derive * move vulkano_shader out of vulkano_shaders_derive and deprecate vulkano_shaders_derive * Update documentation * Move vulkano_shader! to root of mod, so it works with rust 1.30
15 lines
330 B
TOML
15 lines
330 B
TOML
[package]
|
|
name = "examples"
|
|
version = "0.1.0"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
vulkano = { path = "../vulkano" }
|
|
vulkano-shaders = { path = "../vulkano-shaders" }
|
|
vulkano-win = { path = "../vulkano-win" }
|
|
cgmath = "0.16.1"
|
|
image = "0.20.0"
|
|
winit = "0.17"
|
|
time = "0.1.38"
|