svo 0.1.0

An implementation of Sparse Voxel Octree with a custom arena allocator.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "glam"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49d9e5a6410cd46e6bea97123cec5ef1cba14274aad26a1835dd3c9b753ae069"
dependencies = [
 "version_check",
]

[[package]]
name = "svo"
version = "0.1.0"
dependencies = [
 "glam",
]

[[package]]
name = "version_check"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"