makepad/libs/csg/csg_sdf/Cargo.toml
2026-02-10 14:43:38 +01:00

12 lines
247 B
TOML

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