projects
/
mandelwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9e7cd8
)
Update glium and glutin to latest stable releases
author
Bernie Innocenti
<bernie@codewiz.org>
Fri, 21 Feb 2020 05:23:40 +0000
(14:23 +0900)
committer
Bernie Innocenti
<bernie@codewiz.org>
Fri, 21 Feb 2020 05:23:40 +0000
(14:23 +0900)
No code changes needed this time, phew :)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 3ee753ad7d36bd9d75a9457556c8965f119d1a84..bd89f3be106179a08cbf92c65492bbcc3e299f66 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-15,8
+15,8
@@
opt-level = 3
[dependencies]
cgmath = "*"
#gleam = "*"
-glium = "0.26.0
-alpha6
"
-glutin = "0.2
2.0-alpha6
"
+glium = "0.26.0"
+glutin = "0.2
3.0
"
image = { version = "*", features = ["png_codec"], optional = true }
libxm = "1.0.0"
rust-rocket = { path = "rust-rocket", optional = true }