[package] name = "lapaloma-treemap" version = { workspace = true } edition = { workspace = true } license = { workspace = true } authors = { workspace = true } publish = { workspace = true } description = "Lapaloma — treemap con algoritmo squarified (Bruls / d3-hierarchy formulation)." [dependencies] lapaloma-core = { path = "../../libs/lapaloma-core" } lapaloma-render = { path = "../lapaloma-render" } gpui = { workspace = true }