truck-polymesh 0.5.0

defines polygon data structure and some algorithms handling mesh, including meshing the shapes
Documentation
[dependencies.bytemuck]
features = ["derive"]
version = "1.12.3"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.151"

[dependencies.thiserror]
version = "1.0.38"

[dependencies.truck-base]
version = "0.4.0"

[dependencies.truck-geotrait]
version = "0.3.0"

[package]
authors = ["Yoshinori Tanimura <tanimura@ricos.co.jp>"]
categories = ["graphics"]
description = "defines polygon data structure and some algorithms handling mesh, including meshing the shapes"
edition = "2021"
exclude = ["examples/**/*.obj"]
homepage = "https://github.com/ricosjp/truck"
keywords = ["truck", "graphics"]
license = "Apache-2.0"
name = "truck-polymesh"
readme = "README.md"
repository = "https://github.com/ricosjp/truck"
version = "0.5.0"