mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 07:28:11 +08:00
19 lines
516 B
TOML
19 lines
516 B
TOML
[package]
|
|
name = "convex-hull-nodes"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Convex hull computation node for vector data"
|
|
authors = ["Graphite Authors <contact@graphite.art>"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
# Local dependencies
|
|
dyn-any = { workspace = true }
|
|
core-types = { workspace = true }
|
|
graphic-types = { workspace = true }
|
|
node-macro = { workspace = true }
|
|
vector-types = { workspace = true }
|
|
glam = { workspace = true }
|
|
kurbo = { workspace = true }
|
|
poly-cool = { workspace = true }
|