Disable local repositories for glutin and glium.
authorBernie Innocenti <bernie@codewiz.org>
Mon, 29 May 2017 00:56:26 +0000 (20:56 -0400)
committerBernie Innocenti <bernie@codewiz.org>
Mon, 29 May 2017 00:56:26 +0000 (20:56 -0400)
Cargo.toml

index 3903142abbf5abe8267a4be2ea7fba57a12bc6bf..2b04e633bb2a92a903bbd0c6a00a20e9f281552d 100644 (file)
@@ -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"