projects
/
mandelwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80c5b26
)
Update to glium 0.23 and glutin 0.21
author
Bernie Innocenti
<codewiz@google.com>
Mon, 5 Aug 2019 20:26:51 +0000
(16:26 -0400)
committer
Bernie Innocenti
<codewiz@google.com>
Mon, 5 Aug 2019 20:26:51 +0000
(16:26 -0400)
Also switched to the latest release of the image crate (currently 0.22.1).
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 72fc70e60a4fa909727dbec6429822f2d3445960..114864e83fbc92114ccc098978c9a08ff4c9d614 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-15,9
+15,9
@@
opt-level = 3
[dependencies]
cgmath = "*"
#gleam = "*"
-glium = "0.2
2
"
-glutin = "0.
18
"
-image = { version = "
0.20
", features = ["png_codec"], optional = true }
+glium = "0.2
3
"
+glutin = "0.
21
"
+image = { version = "
*
", features = ["png_codec"], optional = true }
libxm = "1.0.0"
rust-rocket = { path = "rust-rocket", optional = true }
rand = "*"