use modifided conrod sources and add color selection sliders
[lp74.git] / src / conrod / Cargo.toml
blob9f190811d73663c3e29fa07a1539199b5009ae55
1 [package]
2 name = "conrod"
3 version = "0.35.0"
4 authors = [
5     "Mitchell Nordine <mitchell.nordine@gmail.com>",
6     "Sven Nilsen <bvssvni@gmail.com>"
8 keywords = ["ui", "widgets", "immediate-mode", "piston"]
9 description = "An easy-to-use, immediate-mode, 2D GUI library"
10 license = "MIT OR Apache-2.0"
11 readme = "README.md"
12 repository = "https://github.com/pistondevelopers/conrod.git"
13 homepage = "https://github.com/pistondevelopers/conrod"
14 documentation = "http://docs.piston.rs/conrod/conrod/"
16 [lib]
17 name = "conrod"
18 path = "./src/lib.rs"
20 [dependencies]
21 daggy = "0.4.0"
22 pistoncore-input = "0.12.0"
23 piston2d-graphics = "0.16.0"
24 num = "0.1.30"
25 rand = "0.3.13"
26 time = "0.1.34"
27 vecmath = "0.2.0"
29 [dev-dependencies]
30 find_folder = "0.3.0"
31 piston_window = "0.45.0"