diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 910aaf0a60f1..ca4df75fff44 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -9,7 +9,7 @@ chrono = "0.4" femtovg = { version = "0.8", optional = true, default-features = false } glium = { version = "0.32", optional = true, default-features = false } -glow = { version = "0.12.0", optional = true } +glow = { version = "0.13.0", optional = true } epoxy = { version = "0.1.0", optional = true } libloading = { version = "0.8.0", optional = true } im-rc = { version = "15", optional = true }