[package] name = "lapaloma-phosphor-demo" version = { workspace = true } edition = { workspace = true } license = { workspace = true } authors = { workspace = true } publish = { workspace = true } description = "Lapaloma — demo del trail CRT (phosphor) sobre un RingBuffer streaming a 60Hz. Compará con lapaloma-stream-demo para ver el contraste." [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-phosphor = { path = "../../modules/ui_engine/widgets/lapaloma-phosphor" }