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
+2 -2
View File
@@ -17,8 +17,8 @@ vello = { workspace = true }
parley = { workspace = true }
[dev-dependencies]
llimphi-raster = { path = "../llimphi-raster", version = "0.1.0" }
llimphi-hal = { path = "../llimphi-hal", version = "0.1.0" }
llimphi-raster = { path = "../llimphi-raster" }
llimphi-hal = { path = "../llimphi-hal" }
pollster = { workspace = true }
[[example]]