From 630edd51de0ea9c0164437747fbf5adb5c92290d Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 18 Oct 2016 00:56:17 -0700 Subject: use cargo's newer 'replace' mechanism for patched glutin; update packages --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fabd392..6bb6e0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,11 @@ version = "0.2.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" } +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" } -- cgit v1.2.3