Skip to content

Commit b5faf5f

Browse files
committed
build(deps): update glium requirement from 0.32 to 0.33
Updates the requirements on [glium](https://github.com/glium/glium) to permit the latest version. - [Release notes](https://github.com/glium/glium/releases) - [Changelog](https://github.com/glium/glium/blob/master/CHANGELOG.md) - [Commits](https://github.com/glium/glium/commits) --- updated-dependencies: - dependency-name: glium dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1dd7dc0 commit b5faf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
chrono = "0.4"
99

1010
femtovg = { version = "0.8", optional = true, default-features = false }
11-
glium = { version = "0.32", optional = true, default-features = false }
11+
glium = { version = "0.33", optional = true, default-features = false }
1212
glow = { version = "0.13.0", optional = true }
1313
epoxy = { version = "0.1.0", optional = true }
1414
libloading = { version = "0.8.0", optional = true }

0 commit comments

Comments
 (0)