conrod 0.61.1

An easy-to-use, 100% Rust, extensible 2D GUI library.
Documentation
# 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]
name = "conrod"
version = "0.61.1"
authors = ["Mitchell Nordine <mitchell.nordine@gmail.com>", "Sven Nilsen <bvssvni@gmail.com>"]
description = "An easy-to-use, 100% Rust, extensible 2D GUI library."
homepage = "https://github.com/pistondevelopers/conrod"
documentation = "http://docs.piston.rs/conrod/conrod/"
readme = "README.md"
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pistondevelopers/conrod.git"
[package.metadata.docs.rs]
all-features = true

[lib]
name = "conrod"
path = "./src/lib.rs"
[dependencies.conrod_derive]
version = "0.1"

[dependencies.daggy]
version = "0.5.0"

[dependencies.fnv]
version = "1.0"

[dependencies.gfx]
version = "0.17"
optional = true

[dependencies.gfx_core]
version = "0.8"
optional = true

[dependencies.glium]
version = "0.22"
optional = true

[dependencies.num]
version = "0.1.30"

[dependencies.piston2d-graphics]
version = "0.26"
optional = true

[dependencies.pistoncore-input]
version = "0.21.0"

[dependencies.rusttype]
version = "0.5.0"
features = ["gpu_cache"]

[dependencies.winit]
version = "0.16"
optional = true
[dev-dependencies.find_folder]
version = "0.3.0"

[dev-dependencies.gfx_window_glutin]
version = "0.25"

[dev-dependencies.glutin]
version = "0.17"

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

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

[dev-dependencies.piston_window]
version = "0.80"

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

[features]
gfx_rs = ["gfx", "gfx_core"]
piston = ["piston2d-graphics"]