harenae-rs/Cargo.toml

13 lines
284 B
TOML
Raw Normal View History

2023-10-12 11:14:31 +00:00
[package]
name = "haranae-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-10-12 11:23:17 +00:00
bytemuck = { version = "1.14.0", features = ["derive"] }
log = "0.4.20"
wgpu = "0.17.1"
winit = "0.28.7"