[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"
[dependencies.arrayvec]
version = "0.7.6"
[dependencies.bytemuck]
features = ["derive"]
version = "1.21.0"
[dependencies.fnv]
optional = true
version = "1.0.7"
[dependencies.glam]
version = "0.29"
[dependencies.hashbrown]
optional = true
version = "0.15.2"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.dot_vox]
version = "5.1.1"
[[example]]
name = "convert_vox"
path = "examples/convert_vox.rs"
[features]
caching = ["dep:fnv", "dep:hashbrown"]
[lib]
name = "tree64"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Voxel 64-tree implementation"
edition = "2024"
license = "MIT"
name = "tree64"
readme = false
repository = "https://github.com/expenses/tree64"
version = "0.1.0"