diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 77e98a7e30ce..2c17c5b3a017 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" chrono = "0.4.19" once_cell = "1.5" -glium = { version = "0.30.1", optional = true, default-features = false } +glium = { version = "0.31", optional = true, default-features = false } epoxy = { version = "0.1.0", optional = true } libloading = { version = "0.7.0", optional = true }