makepad/libs/csg/csg_primitives/Cargo.toml
2026-02-09 13:18:55 +01:00

10 lines
194 B
TOML

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