tritet 0.3.0

Triangle and tetrahedron mesh generators
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"

[[package]]
name = "once_cell"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"

[[package]]
name = "plotpy"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ba9b4147e851feef6d12fd01513739e2e7a775dea39c4cabbc8e48bc593f0c"

[[package]]
name = "tritet"
version = "0.3.0"
dependencies = [
 "cc",
 "once_cell",
 "plotpy",
]