ezui 0.0.2

An eazy to use small GUI library. main purpose of this crate is to help you to make GUI for VST audio plugins.
Documentation
[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]

[package]
authors = ["Kazzix <kazzix14@gmail.com>"]
description = "An eazy to use small GUI library. main purpose of this crate is to help you to make GUI for VST audio plugins."
edition = "2018"
keywords = ["gui", "vst"]
license-file = "LICENSE"
name = "ezui"
readme = "README.md"
repository = "https://github.com/kazzix14/ezui.git"
version = "0.0.2"