rust-game-engine/Cargo.toml

19 lines
396 B
TOML
Raw Normal View History

2023-09-15 19:37:35 +02:00
[package]
name = "rust-game-engine"
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.14.0"
env_logger = "0.10.0"
pollster = "0.3.0"
wgpu = "0.17.0"
winit = "0.28.6"
criterion = { version = "0.4", features = ["html_reports"] }
[[bench]]
name = "voxel_map_benchmark"
harness = false