Files
Sergio 93253cc227 chore: refresco desde el monorepo — 27 crates nuevos (anim, lottie, svg, mesh, image, layer, test, wire-view, widgets rag-sidebar/router/lazy-list/rive-button) y sync de los 95 existentes
Regenerado con scripts/actualizar-standalone.py --llimphi. Vendoriza además
shared/{foreign-lottie,grafo}. Quedan fuera los crates acoplados al workspace
madre (wasm-*, video-plane, voxel-app/studio, allichay, plugin-host, shuma-term).
cargo check --workspace verde (112 miembros).
2026-07-25 20:57:22 +00:00

15 lines
430 B
TOML

[package]
name = "llimphi-surface"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
publish.workspace = true
description = "Surface/compositing glue for the llimphi UI framework."
repository.workspace = true
[dependencies]
llimphi-hal = { path = "../llimphi-hal", version = "0.1.0" }
llimphi-ui = { path = "../llimphi-ui", version = "0.1.0" }
parking_lot = { workspace = true }