egui_cable 0.9.0

A generic and extensible data-oriented widget for connecting ports by cables
Documentation
[dependencies.egui]
version = "0.31"

[dependencies.epaint]
version = "0.31"

[dev-dependencies.eframe]
version = "0.31"

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

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

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

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

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A generic and extensible data-oriented widget for connecting ports by cables"
edition = "2021"
homepage = "https://github.com/ryo33/egui_cable"
license = "MIT OR Apache-2.0"
name = "egui_cable"
readme = "README.md"
repository = "https://github.com/ryo33/egui_cable"
version = "0.9.0"