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

[dependencies]
glutin = "0.5.2"
glium = "0.*"
image = "0.*"
getopts = "^0.2"
time = "0.1"

[replace]
"glutin:0.5.2" = { git = "https://github.com/bnewbold/glutin", branch = "feature-existing" }