urath 0.1.0

High-performance voxel meshing algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "urath"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "High-performance voxel meshing algorithms"

[dependencies]
thiserror.workspace = true

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }

[[bench]]
name = "greedy_mesher"
harness = false