[package]
name = "iced_nodegraph"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "High-performance node graph editor widget for Iced with SDF-based rendering"
repository.workspace = true
license.workspace = true
readme = "../README.md"
keywords = ["iced", "gui", "node-graph", "widget"]
categories = ["gui", "graphics", "visualization"]
[dependencies]
euclid.workspace = true
iced_nodegraph_sdf.workspace = true
iced_wgpu.workspace = true
iced_widget.workspace = true
iced = { workspace = true, features = ["advanced", "wgpu", "tokio"] }
web-time.workspace = true
bitflags.workspace = true
thiserror.workspace = true
rustc-hash.workspace = true
[dev-dependencies]
iced_test = { workspace = true }
proptest = "1"
criterion = "0.5"
[[bench]]
name = "frame_prep"
harness = false