conrod_glium 0.62.0

An easy-to-use, 100% Rust, extensible 2D GUI library.
Documentation
[dependencies.conrod_core]
version = "0.62"

[dependencies.glium]
version = "0.23"
[dev-dependencies.conrod_example_shared]
version = "0.62"

[dev-dependencies.conrod_winit]
version = "0.62"

[dev-dependencies.find_folder]
version = "0.3.0"

[dev-dependencies.image]
version = "0.20"

[dev-dependencies.petgraph]
version = "0.4"

[dev-dependencies.rand]
version = "0.6"

[lib]
name = "conrod_glium"
path = "./src/lib.rs"

[package]
authors = ["Mitchell Nordine <mitchell.nordine@gmail.com>"]
categories = ["gui"]
description = "An easy-to-use, 100% Rust, extensible 2D GUI library."
documentation = "https://docs.rs/conrod"
homepage = "https://github.com/pistondevelopers/conrod"
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
license = "MIT OR Apache-2.0"
name = "conrod_glium"
readme = "../../README.md"
repository = "https://github.com/pistondevelopers/conrod.git"
version = "0.62.0"