# 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 = "ezui" version = "0.0.2" authors = ["Kazzix "] description = "An eazy to use small GUI library. main purpose of this crate is to help you to make GUI for VST audio plugins." readme = "README.md" keywords = ["gui", "vst"] license-file = "LICENSE" repository = "https://github.com/kazzix14/ezui.git" [dependencies.derive_builder] version = "0.9.0" [dependencies.glium] version = "0.16.0" [dependencies.glium_text_rusttype] version = "0.0.4" [dependencies.image] version = "0.22.1" [dependencies.nalgebra] version = "0.18.1" [dependencies.winit] version = "0.5.11" [dev-dependencies]