# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gazpatcho" version = "1.4.2" authors = ["Petr Horáček "] description = "Simple node-based graph editor for Rust. Register nodes, let the user mingle with them, read the result." documentation = "https://docs.rs/gazpatcho" readme = "README.md" keywords = ["user", "interface", "graph"] categories = ["visualization"] license = "GPL-3.0-or-later" repository = "https://github.com/zlosynth/gazpatcho" [dependencies.dirs] version = "3.0" [dependencies.getset] version = "0.1" [dependencies.glium] version = "0.29" default-features = true [dependencies.imgui] version = "0.7" [dependencies.imgui-glium-renderer] version = "0.7" [dependencies.imgui-sys] version = "0.7" [dependencies.imgui-winit-support] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3"