makepad/examples/counter/Cargo.toml
andodeki 5efe6e24c9 fix(counter): drop local makepad-native-glue path dep
The examples/counter manifest referenced makepad-native-glue via an
out-of-repo relative path (../../../) — a local nigig glue crate not
present in upstream makepad. The dependency was never used by counter
code, so remove it to keep the fork tree self-contained.
2026-08-16 02:45:24 +03:00

10 lines
249 B
TOML

[package]
name = "makepad-example-counter"
version = "1.0.0"
edition = "2021"
[dependencies]
makepad-widgets = { path = "../../widgets", version = "2.0.0" }
[dev-dependencies]
makepad-test = { path = "../../libs/makepad_test", version = "0.1.0" }