fix: dev-deps internas path-only (se descartan al publicar; sin ciclos de orden)

This commit is contained in:
Sergio
2026-06-18 19:00:56 +00:00
parent e2102d6057
commit 92dd0e5bfb
8 changed files with 21 additions and 21 deletions
+8 -8
View File
@@ -19,17 +19,17 @@ wgpu = { workspace = true }
[dev-dependencies]
# Volcado headless del paint a PNG (llvmpipe) para VER sombra/gradiente/borde
# sin levantar ventana. Sólo capas inferiores — no llimphi-ui (sin ciclo).
llimphi-hal = { path = "../llimphi-hal", version = "0.1.0" }
llimphi-raster = { path = "../llimphi-raster", version = "0.1.0" }
llimphi-theme = { path = "../llimphi-theme", version = "0.1.0" }
llimphi-hal = { path = "../llimphi-hal" }
llimphi-raster = { path = "../llimphi-raster" }
llimphi-theme = { path = "../llimphi-theme" }
png = { workspace = true }
pollster = { workspace = true }
# Widgets REALES para el showreel: el `View<Msg>` que devuelven es el mismo
# tipo (`llimphi_compositor::View`, re-exportado por llimphi-ui), así que
# montan con el mount/paint/measure de este mismo crate. Dev-only → sin ciclo
# en el grafo normal (llimphi-ui depende de este crate, no al revés).
llimphi-widget-switch = { path = "../widgets/switch", version = "0.1.0" }
llimphi-widget-slider = { path = "../widgets/slider", version = "0.1.0" }
llimphi-widget-progress = { path = "../widgets/progress", version = "0.1.0" }
llimphi-widget-button = { path = "../widgets/button", version = "0.1.0" }
llimphi-widget-segmented = { path = "../widgets/segmented", version = "0.1.0" }
llimphi-widget-switch = { path = "../widgets/switch" }
llimphi-widget-slider = { path = "../widgets/slider" }
llimphi-widget-progress = { path = "../widgets/progress" }
llimphi-widget-button = { path = "../widgets/button" }
llimphi-widget-segmented = { path = "../widgets/segmented" }