projects
/
mandelwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1124a99
)
Update to glium 0.30, glutin 0.27 and winit 0.25
author
Bernie Innocenti
<bernie@codewiz.org>
Mon, 9 Aug 2021 13:02:51 +0000
(15:02 +0200)
committer
Bernie Innocenti
<bernie@codewiz.org>
Mon, 9 Aug 2021 13:02:51 +0000
(15:02 +0200)
Emscripten is still broken, though :-(
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index c360bb20ef164a0c9df973b911a31f76fa77f7a4..4143b23da253e3d88cdabc209280ca0dfca73074 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-15,9
+15,9
@@
opt-level = 3
[dependencies]
cgmath = "*"
#gleam = "*"
-glium = "0.
29
"
-glutin = "0.2
6
"
-winit = { version = "0.2
4
", features = ["web-sys"] }
+glium = "0.
30
"
+glutin = "0.2
7
"
+winit = { version = "0.2
5
", features = ["web-sys"] }
image = { version = "*", features = ["png_codec"], optional = true }
instant = { version = "0.1", features = ["wasm-bindgen"] }
libxm = "1.0.0"