makepad/widgets
andodeki ecf5a572ab fix(widgets): restore the fork-local test/gltf/csg re-exports
The upstream sync at abd70f4 dropped three fork-local optional
dependencies from widgets/Cargo.toml and their re-exports from lib.rs.
They were fork additions, so the merge simply lost them.

The visible symptom in nigig-org was a resolver failure:

  package `nigig-pdf-makepad` depends on `makepad-widgets` with feature
  `test` but `makepad-widgets` does not have that feature.
  help: available features: default, serde
  failed to select a version for `makepad-widgets`

With no `test` feature on widgets 2.0.0, cargo falls back to the stale
old/widgets copy, which is 1.0.0 and offers only default and serde -
hence the misleading "available features" list.

libs/makepad_test itself was never removed; only the manifest entries and
the re-export were. Restores both, so makepad_widgets::makepad_test
resolves again.
2026-08-16 17:33:30 +00:00
..
derive_widget perf 2026-07-10 15:34:38 +02:00
dll fix 2026-04-10 21:14:32 +02:00
fonts font change 2026-02-19 15:36:56 +01:00
resources variable weight fonts 2026-04-01 12:19:03 +02:00
src fix(widgets): restore the fork-local test/gltf/csg re-exports 2026-08-16 17:33:30 +00:00
test splice out a makepad-network crate 2026-02-23 23:21:31 +01:00
build.rs voice input 2026-02-19 14:13:07 +01:00
Cargo.toml fix(widgets): restore the fork-local test/gltf/csg re-exports 2026-08-16 17:33:30 +00:00