[package] name = "tahuantinsuyu-canvas" version = { workspace = true } edition = { workspace = true } license = { workspace = true } description = "Tahuantinsuyu — widget GPUI del canvas astrológico. Capas modulares, jog-dial perimetral, estado unificado." [dependencies] tahuantinsuyu-engine = { path = "../tahuantinsuyu-engine" } tahuantinsuyu-model = { path = "../tahuantinsuyu-model" } tahuantinsuyu-modules = { path = "../tahuantinsuyu-modules" } tahuantinsuyu-theme = { path = "../tahuantinsuyu-theme" } yahweh-theme = { workspace = true } gpui = { workspace = true }