A compressed voxel data library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
569 B

[package]
name = "bzvx"
version = "0.1.0"
authors = ["Sam Blazes <blazes.sam@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
env_logger = "0.8.2"
rand = "0.7.3"
opensimplex = "0.2.0"
cgmath = "0.18.0"
png = "0.16.3"
serde = {version = "1.0.110", features = ["derive"]}
serde_json = "1.0.53"
bincode = "1.2.1"
nalgebra = "0.21.0"
obj = "0.10.0"
image = "0.23.8"
pbr = "1.0"
noise = "0.6.0"
fxhash = "0.2.1"
fnv = "1.0.7"
[features]
benchtest = []
default = []