rust-game-engine/Cargo.toml
2023-09-16 14:55:41 +02:00

21 lines
494 B
TOML

[package]
name = "rust-game-engine"
version = "0.1.0"
edition = "2021"
authors = ["phito", "endmove"]
repository = "https://git.endmove.eu/phito/rust-game-engine.git"
# 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.5.1", features = ["html_reports"] }
[[bench]]
name = "voxel_map_benchmark"
harness = false