egui_nodes 0.1.3

A Egui port of https://github.com/Nelarius/imnodes
Documentation
[package]
name = "egui_nodes"
version = "0.1.3"
authors = ["Cameron Haigh <cgwhaigh@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A Egui port of https://github.com/Nelarius/imnodes"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
egui = "0.14"
derivative = "2.2.0"

[dev-dependencies]
eframe = "0.14"