manifold3d-types 0.0.1

Types for the manifold3d crate. An internal dependency
Documentation
[dependencies.manifold3d-sys]
version = "0.0.3"

[dependencies.nalgebra]
optional = true
version = "0.33.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.thiserror]
version = "2.0.3"

[features]
nalgebra_interop = ["nalgebra"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Types for the manifold3d crate. An internal dependency"
edition = "2021"
homepage = "https://github.com/NickUfer/manifold3d-rs"
include = ["/src", "/LICENSE"]
license = "Apache-2.0"
name = "manifold3d-types"
readme = false
repository = "https://github.com/NickUfer/manifold3d-rs/tree/main/crates/types"
version = "0.0.1"