aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 0df05506e08c77d9de7b36f90a59c8b0c806bbd2 (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>"]
edition = "2015"

[dependencies]
glutin = "0.5.2"
glium = "0.14"
image = "0.10"
getopts = "0.2"
time = "0.1"

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