aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: fabd39213d795d5bace5fbedd3fd29124fac8e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "exuberant_hacks"
version = "0.2.0"
authors = ["bnewbold <bnewbold@robocracy.org>"]

[dependencies]
# NB: You want the following line, but the only way to get it under
# glium::glutin is using the ".cargo/config" file with a local checkout. See
# README.
#glutin = { git = "https://github.com/bnewbold/glutin", branch = "feature-existing" }
glium = "0.*"
image = "0.*"
getopts = "^0.2"
time = "0.1"