blob: 0cf2e199fb4a588328e043a9d9636b4477ff2840 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "exuberant-bovines"
version = "0.1.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.*"
|