makepad/libs/csg/csg_boolean/Cargo.toml
2026-02-09 18:51:45 +01:00

16 lines
349 B
TOML

[package]
name = "makepad-csg-boolean"
version = "0.1.0"
edition = "2021"
[workspace]
[features]
default = ["threads"]
nightly = ["makepad-csg-math/nightly"]
threads = ["makepad-csg-math/threads"]
[dependencies]
makepad-csg-math = { path = "../csg_math" }
makepad-csg-mesh = { path = "../csg_mesh" }
makepad-csg-exact = { path = "../csg_exact" }