yray/Cargo.toml
2022-07-05 21:11:06 +03:00

18 lines
367 B
TOML

[package]
name = "yray"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = "1.10.0"
bytemuck_derive = "1.1.0"
log = "0.4.17"
nalgebra-glm = "0.17.0"
simplelog = "^0.12.0"
vulkano = "0.29.0"
vulkano-shaders = "0.29.0"
vulkano-win = "0.29.0"
winit = "^0.26.1"