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:
@@ -15,7 +15,7 @@ description = "Demo Android Tier 1: pinta la pantalla con LEAD_GRAY usando llimp
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
llimphi-hal = { path = "../../llimphi-hal" }
|
||||
llimphi-hal = { path = "../../llimphi-hal", version = "0.1.0" }
|
||||
# Activamos el feature de NativeActivity en winit para que linkee con la
|
||||
# clase NativeActivity del NDK y reciba eventos de surface/input desde la
|
||||
# Activity Java/Kotlin generada por android-activity.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -12,9 +12,9 @@ description = "Tier 1.75 Android: parley + vello + llimphi-text rasterizando tex
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
llimphi-hal = { path = "../../llimphi-hal" }
|
||||
llimphi-raster = { path = "../../llimphi-raster" }
|
||||
llimphi-text = { path = "../../llimphi-text" }
|
||||
llimphi-hal = { path = "../../llimphi-hal", version = "0.1.0" }
|
||||
llimphi-raster = { path = "../../llimphi-raster", version = "0.1.0" }
|
||||
llimphi-text = { path = "../../llimphi-text", version = "0.1.0" }
|
||||
winit = { workspace = true, features = ["android-native-activity"] }
|
||||
wgpu.workspace = true
|
||||
vello.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user