projects
/
mandelwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cfe155
)
Disable local repositories for glutin and glium.
author
Bernie Innocenti
<bernie@codewiz.org>
Mon, 29 May 2017 00:56:26 +0000
(20:56 -0400)
committer
Bernie Innocenti
<bernie@codewiz.org>
Mon, 29 May 2017 00:56:26 +0000
(20:56 -0400)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 3903142abbf5abe8267a4be2ea7fba57a12bc6bf..2b04e633bb2a92a903bbd0c6a00a20e9f281552d 100644
(file)
--- 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"