iced_nodegraph 0.1.0

High-performance node graph editor widget for Iced with SDF-based rendering
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "iced_nodegraph"
version = "0.1.0"
authors = ["tuco86"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance node graph editor widget for Iced with SDF-based rendering"
readme = "README.md"
keywords = [
    "iced",
    "gui",
    "node-graph",
    "widget",
]
categories = [
    "gui",
    "graphics",
    "visualization",
]
license = "MIT"
repository = "https://github.com/tuco86/iced_nodegraph"
resolver = "2"

[lib]
name = "iced_nodegraph"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "simulator"
path = "tests/simulator.rs"

[[bench]]
name = "frame_prep"
path = "benches/frame_prep.rs"
harness = false

[dependencies.bitflags]
version = "2.11"

[dependencies.euclid]
version = "0.22.11"
features = ["bytemuck"]

[dependencies.iced]
version = "0.14"
features = [
    "advanced",
    "wgpu",
    "tokio",
]

[dependencies.iced_nodegraph_sdf]
version = "0.1.0"

[dependencies.iced_wgpu]
version = "0.14"

[dependencies.iced_widget]
version = "0.14"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.web-time]
version = "1.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.iced_test]
version = "0.14"

[dev-dependencies.proptest]
version = "1"