node_editor 0.0.3

Node editor UI using imgui-rs as backend, made for aflak project
Documentation
[package]
name = "node_editor"
version = "0.0.3"
authors = ["Malik Olivier Boussejra <malik@boussejra.com>"]
description = "Node editor UI using imgui-rs as backend, made for aflak project"
license = "GPL-3.0-only"

[dependencies]
imgui = { path = "../../imgui-rs", version = "0.0.21" }
aflak_cake = { path = "../aflak_cake", version = "0.0.3" }
rayon = "1.0"
ron = "0.2"
serde = "1.0"
serde_derive = "1.0"