threecrate-simplification 0.5.0

Mesh simplification and decimation algorithms for threecrate
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.itertools]
version = "0.12"

[dependencies.nalgebra]
features = ["bytemuck"]
version = "0.33"

[dependencies.ndarray]
version = "0.16"

[dependencies.priority-queue]
version = "2.1"

[dependencies.rayon]
version = "1.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.threecrate-core]
version = "0.5.0"

[dev-dependencies.approx]
version = "0.5"

[lib]
name = "threecrate_simplification"
path = "src/lib.rs"

[package]
authors = ["rajgandhi1"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Mesh simplification and decimation algorithms for threecrate"
documentation = "https://docs.rs/threecrate-core"
edition = "2021"
homepage = "https://github.com/rajgandhi1/threecrate.git"
license = "MIT OR Apache-2.0"
name = "threecrate-simplification"
readme = "README.md"
repository = "https://github.com/rajgandhi1/threecrate.git"
version = "0.5.0"