update glium to version 0.17
old version of cocoa wasn't building on nightly (it's a dependency of glium->glutin->cocoa and glium->glutin->winit->cocoa on osx) updating glium fixes it
This commit is contained in:
parent
cbeba0883c
commit
f94888c879
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ serde = { version = "1.0", features = ["serde_derive"], optional = true }
|
|||
simd = { version = "0.2", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
glium = "0.16"
|
||||
glium = "0.17"
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Reference in a new issue