adder/Cargo.toml
2022-01-10 17:33:54 +01:00

11 lines
238 B
TOML

[package]
name = "adder"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.52"
vulkano = "0.27.1"
vulkano-shaders = "0.27.1"