boolmesh 0.1.8

Robust 3D mesh boolean library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "boolmesh"
version = "0.1.8"
authors = ["Saki Komikado <komietty@gmail.com>"]
build = false
exclude = [
    "/examples",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Robust 3D mesh boolean library"
readme = "README.md"
keywords = [
    "3d",
    "geometry",
    "graphics",
    "modeling",
]
categories = [
    "algorithms",
    "mathematics",
    "graphics",
    "simulation",
    "game-development",
]
license = "MPL-2.0"
repository = "https://github.com/komietty/boolmesh"

[features]
bevy = [
    "dep:tobj",
    "dep:bevy",
    "dep:bevy_panorbit_camera",
]
default = []
f32 = []
rayon = ["dep:rayon"]

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

[dependencies.bevy]
version = "0.16.1"
optional = true

[dependencies.bevy_panorbit_camera]
version = "0.26.0"
optional = true

[dependencies.glam]
version = "0.30.9"

[dependencies.rayon]
version = "1.11.0"
optional = true

[dependencies.tobj]
version = "4.0.3"
optional = true