From: Bernie Innocenti Date: Mon, 29 May 2017 00:56:26 +0000 (-0400) Subject: Disable local repositories for glutin and glium. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=bb96ef9728635bc8728602420bf3ba72bc84ede6;p=mandelwow.git Disable local repositories for glutin and glium. --- 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"