[package] name = "lapaloma-stream-demo" version = { workspace = true } edition = { workspace = true } license = { workspace = true } authors = { workspace = true } publish = { workspace = true } description = "Lapaloma — demo de streaming: RingBuffer + timer 60 Hz + sweep render. Showcase del zero-alloc en hot path." [dependencies] gpui = { workspace = true } yahweh-launcher = { path = "../../modules/ui_engine/libs/launcher" } yahweh-theme = { path = "../../modules/ui_engine/libs/theme" } lapaloma-core = { path = "../../modules/ui_engine/libs/lapaloma-core" } lapaloma-render = { path = "../../modules/ui_engine/widgets/lapaloma-render", features = ["gpui"] } lapaloma-stream = { path = "../../modules/ui_engine/widgets/lapaloma-stream" }