Squashed from work; the fine-grained history is under tag archive/work-2026-08-29: - mp* wave: mpwm window manager + the mp app family, WM API, theme bridge, PDF engine fix - mpwm polish wave: terminal key focus, focus-history close order, pop-back-to-origin, occupied-workspace cycling, demo - work: land the sources the last commits reference - route: the assistant icon the committed UI references - fast_inflate: the benches name their dev-deps - gif/weezl: drop the vendored benches nobody can run - weezl: the decode tests generate their own LZW fixture
13 lines
321 B
TOML
13 lines
321 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" }
|
|
makepad-script = { path = "../../../platform/script", version = "1.0.0" }
|