diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 632065fa1..1a16d5325 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -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"]