[package]
edition = "2021"
name = "pantometry-shape"
version = "0.16.0"
authors = ["Younghyeon Park and pantometry contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Designed geometry as simulation input: triangle meshes read, measured, and turned into the cells a domain fills"
readme = "README.md"
keywords = [
"mesh",
"voxel",
"stl",
"geometry",
"simulation",
]
categories = [
"science",
"simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/YounghyeonPark/pantometry"
[lib]
name = "pantometry_shape"
path = "src/lib.rs"
[[test]]
name = "a_designed_shape"
path = "tests/a_designed_shape.rs"
[dependencies.glam]
version = "0.29"
features = ["serde"]
[dependencies.pantometry-units]
version = "0.16.0"