14 lines
482 B
TOML
14 lines
482 B
TOML
[package]
|
|
name = "lapaloma-mesh"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
authors = { workspace = true }
|
|
publish = { workspace = true }
|
|
description = "Lapaloma — grafos. NodeBuffer / EdgeBuffer + layouts (force-directed con Barnes-Hut, Sugiyama-lite jerárquico, subtree-width)."
|
|
|
|
[dependencies]
|
|
lapaloma-core = { path = "../../libs/lapaloma-core" }
|
|
lapaloma-render = { path = "../lapaloma-render" }
|
|
gpui = { workspace = true }
|