[package] name = "yahweh-launcher" version = { workspace = true } edition = { workspace = true } license = { workspace = true } description = "Launcher GPUI reusable: Application::new + Theme::install_default + cx.open_window + cx.activate. Las explorer apps lo invocan en una sola lĂ­nea (`launch_app(title, size, root_factory)`)." [dependencies] gpui = { workspace = true } yahweh-theme = { path = "../theme" } [dev-dependencies] gpui = { workspace = true, features = ["test-support"] }