makepad/libs/csg/csg_mesh/Cargo.toml
2026-03-17 19:00:27 +01:00

10 lines
182 B
TOML

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