14 lines
322 B
TOML
14 lines
322 B
TOML
[package]
|
|
name = "tuto1"
|
|
version = "0.1.0"
|
|
authors = ["Florian RICHER <florian.richer@unova.fr>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
vulkano = "0.19"
|
|
vulkano-shaders = "0.19"
|
|
image = "0.23"
|
|
vulkano-win = "0.19"
|
|
winit = "0.23"
|