conrod 0.22.0

An easy-to-use, immediate-mode, 2D GUI library
Documentation
[package]

name = "conrod"
version = "0.22.0"
authors = [
    "Mitchell Nordine <mitchell.nordine@gmail.com>",
    "Sven Nilsen <bvssvni@gmail.com>"
]
keywords = ["ui", "widgets", "immediate-mode", "piston"]
description = "An easy-to-use, immediate-mode, 2D GUI library"
license = "MIT"
readme = "README.md"
repository = "https://github.com/pistondevelopers/conrod.git"
homepage = "https://github.com/pistondevelopers/conrod"
documentation = "http://docs.piston.rs/conrod/conrod/"


[lib]

name = "conrod"
path = "./src/lib.rs"


[dependencies]
bitflags = "0.3.2"
clock_ticks = "0.0.6"
elmesque = "0.10.0"
json_io = "0.1.2"
daggy = "0.2.0"
pistoncore-input = "0.8.0"
piston2d-graphics = "0.11.0"
num = "0.1.27"
rand = "0.3.11"
rustc-serialize = "0.3.16"
vecmath = "0.2.0"

[dev-dependencies]
find_folder = "0.3.0"
gfx = "0.7.1"
gfx_device_gl = "0.5.0"
piston-viewport = "0.2.0"
piston_window = "0.26.0"
piston2d-gfx_graphics = "0.12.0"
piston2d-opengl_graphics = "0.17.0"
pistoncore-glutin_window = "0.16.0"
piston = "0.13.0"