From bb96ef9728635bc8728602420bf3ba72bc84ede6 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Sun, 28 May 2017 20:56:26 -0400 Subject: [PATCH] Disable local repositories for glutin and glium. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3903142..2b04e63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,9 +18,9 @@ obj = { version = "0.5", features = ["usegenmesh"] } libxm = "1.0.0" sdl2 = "*" -[replace] -"glutin:0.7.4" = { path = "/home/bernie/src/glutin" } -"glium:0.16.0" = { path = "/home/bernie/src/glium" } +#[replace] +#"glutin:0.7.4" = { path = "/home/bernie/src/glutin" } +#"glium:0.16.0" = { path = "/home/bernie/src/glium" } [lib] name = "mandelwow_lib" -- 2.25.1