voxtree 0.1.2

A sparse voxel octree for rust & rust-gpu.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.cgmath]
optional = true
version = "0.18.0"

[features]
default = ["std"]
std = ["dep:cgmath"]

[package]
authors = ["hex.execute"]
description = "A sparse voxel octree for rust & rust-gpu."
edition = "2021"
license = "MIT"
name = "voxtree"
version = "0.1.2"