We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd7dc0 commit b5faf5fCopy full SHA for b5faf5f
examples/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
8
chrono = "0.4"
9
10
femtovg = { version = "0.8", optional = true, default-features = false }
11
-glium = { version = "0.32", optional = true, default-features = false }
+glium = { version = "0.33", optional = true, default-features = false }
12
glow = { version = "0.13.0", optional = true }
13
epoxy = { version = "0.1.0", optional = true }
14
libloading = { version = "0.8.0", optional = true }
0 commit comments