[package] name = "gazpatcho" version = "1.4.2" authors = ["Petr Horáček "] edition = "2018" categories = ["visualization"] keywords = ["user", "interface", "graph"] license = "GPL-3.0-or-later" description = "Simple node-based graph editor for Rust. Register nodes, let the user mingle with them, read the result." documentation = "https://docs.rs/gazpatcho" repository = "https://github.com/zlosynth/gazpatcho" readme = "README.md" [dependencies] imgui = "0.7" imgui-sys = "0.7" imgui-glium-renderer = "0.7" imgui-winit-support = "0.7" glium = { version = "0.29", default-features = true } getset = "0.1" dirs = "3.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" [dev-dependencies] tempfile = "3"