minecrab/Cargo.toml
Vijfhoek 8ecb9ea813
All checks were successful
continuous-integration/drone/push Build is passing
Switch to fxhash from ahash
2021-06-11 17:39:59 +02:00

32 lines
700 B
TOML

[package]
name = "minecrab"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.40"
bytemuck = { version = "1.5.1", features = ["derive"] }
cgmath = "0.18.0"
env_logger = "0.8.3"
futures = "0.3.15"
fxhash = "0.2.1"
gltf = "0.16"
image = "0.23.14"
itertools = "0.10.0"
log = "0.4.14"
noise = "0.7.0"
rayon = "1.5.1"
rmp-serde = "0.15.4"
serde = { version = "1.0.126", features = ["derive"] }
serde_repr = "0.1.7"
sled = { version = "0.34.6", features = ["compression"] }
wgpu = "0.8.1"
winit = { version = "0.25.0" }
[profile.release]
debug = true
[profile.dev.package."*"]
opt-level = 3