Update gl_generator dependency to 0.10

This commit is contained in:
Sebastian Dröge 2018-12-19 13:12:47 +02:00
parent e804ef4d76
commit 67f9ee4774

View file

@ -31,7 +31,7 @@ pangocairo = { git = "https://github.com/gtk-rs/pangocairo", optional = true }
glutin = { git = "https://github.com/ceyusa/glutin", branch="native-display", optional = true }
[build-dependencies]
gl_generator = { version = "0.9", optional = true }
gl_generator = { version = "0.10", optional = true }
[features]
gst-player = ["gstreamer-player"]