projects
/
mandelwow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5563e
)
Update deps: glium 0.21, glutin 0.14
author
Bernie Innocenti
<codewiz@google.com>
Thu, 31 May 2018 12:44:29 +0000
(21:44 +0900)
committer
Bernie Innocenti
<codewiz@google.com>
Thu, 31 May 2018 12:44:29 +0000
(21:44 +0900)
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index dd09b48917c87d5bf4fbe770d551efce033cf68e..5698fae39563348eea0f421f0a25d04aede45b4b 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-6,14
+6,13
@@
license = "GPL-3.0+"
[profile.release]
lto = true
-# the crate `bitflags` is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
panic = "unwind"
opt-level = 3
[dependencies]
cgmath = "*"
-glium = "0.2
0
"
-glutin = "0.1
2
"
+glium = "0.2
1
"
+glutin = "0.1
4
"
image = { version = "0.18", features = ["png_codec"], optional = true }
libxm = "1.0.0"
rust-rocket = { path = "rust-rocket", optional = true }