aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-06-12 14:04:31 -0400
committerbnewbold <bnewbold@robocracy.org>2016-06-12 14:04:31 -0400
commit986029e65c732d735deff1441868151eb7d51fad (patch)
tree2e3f88474d36249869ad27b05bc0c1c3adc3264d /Cargo.toml
parent5aa2fa44976ea9e7cc553a61ca95934c745e730b (diff)
downloadexuberant-hacks-986029e65c732d735deff1441868151eb7d51fad.tar.gz
exuberant-hacks-986029e65c732d735deff1441868151eb7d51fad.zip
initial from_existing_window() glutin stuff
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 64255b8..0cf2e19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,9 @@ 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.*"