From 986029e65c732d735deff1441868151eb7d51fad Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 12 Jun 2016 14:04:31 -0400 Subject: initial from_existing_window() glutin stuff --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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 "] [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.*" -- cgit v1.2.3