imnodes 0.2.1

Rust bindings to https://github.com/Nelarius/imnodes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.imgui]
version = "0.11.0"

[dependencies.imnodes-sys]
version = "0.2.0"

[features]
include_low_level_bindings = []

[package]
authors = ["Benedikt Mandelkow", "imnodes-rs contributors"]
categories = ["gui", "api-bindings"]
description = "Rust bindings to https://github.com/Nelarius/imnodes"
edition = "2021"
license = "MIT/Apache-2.0"
name = "imnodes"
readme = "README.md"
version = "0.2.1"