fix: versión en deps path directas de los crates (no solo en workspace.deps) para crates.io

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Sergio
2026-06-18 18:34:22 +00:00
parent dba855e446
commit 993b7625b8
18 changed files with 44 additions and 44 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ description = "Tier 1.5 Android: vello + llimphi-raster pintando una chacana ani
crate-type = ["cdylib"]
[dependencies]
llimphi-hal = { path = "../../llimphi-hal" }
llimphi-raster = { path = "../../llimphi-raster" }
llimphi-hal = { path = "../../llimphi-hal", version = "0.1.0" }
llimphi-raster = { path = "../../llimphi-raster", version = "0.1.0" }
winit = { workspace = true, features = ["android-native-activity"] }
wgpu.workspace = true
vello.workspace = true