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:
hclarke 2017-07-31 21:37:30 -04:00 committed by GitHub
parent cbeba0883c
commit f94888c879

View file

@ -28,5 +28,5 @@ serde = { version = "1.0", features = ["serde_derive"], optional = true }
simd = { version = "0.2", optional = true } simd = { version = "0.2", optional = true }
[dev-dependencies] [dev-dependencies]
glium = "0.16" glium = "0.17"
serde_json = "1.0" serde_json = "1.0"