voxel-rs/Cargo.toml

15 lines
282 B
TOML
Raw Normal View History

2023-04-07 10:39:06 +00:00
[package]
name = "voxel-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-04-07 14:41:05 +00:00
env_logger = "0.10.0"
2023-04-18 09:54:22 +00:00
glam = "0.23.0"
2023-04-07 14:41:05 +00:00
log = "0.4.17"
pollster = "0.3.0"
wgpu = "0.15.1"
winit = "0.28.3"