makepad/widgets
Arena Agent a79f0dce4d fix(widgets): remove the duplicated optional-dependency block
11375214 fixed the misplaced dependency block by adding a correct copy
inside [dependencies], but the misplaced copy below [features] was still
present -- it had already been moved back by 5eda8056, the commit
11375214 is built on. The result is three dependencies declared twice:

    error: duplicate key

so widgets/Cargo.toml still does not parse and every consumer of the
fork is still blocked, just with a different message.

Two people fixed the same bug in parallel. Removing the second, now
redundant, copy; the surviving declaration sits with the other optional
sibling crates in [dependencies].

Verified:
    cargo metadata --manifest-path widgets/Cargo.toml \
      --features maps,csg,gltf,test
resolves.
2026-07-31 19:29:17 +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): move three dependency lines back into [dependencies] 2026-07-31 19:14:24 +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): remove the duplicated optional-dependency block 2026-07-31 19:29:17 +00:00