Skip to content

Commit 568c5ff

Browse files
dependabot[bot]sdroege
authored andcommitted
build(deps): bump glium from 0.35.0 to 0.36.0
Bumps [glium](https://github.com/glium/glium) from 0.35.0 to 0.36.0. - [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/v0.36.0) --- updated-dependencies: - dependency-name: glium dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86adfaf commit 568c5ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors.workspace = true
88
chrono = "0.4"
99

1010
femtovg = { version = "0.11", optional = true, default-features = false }
11-
glium = { version = "0.35", optional = true, default-features = false }
11+
glium = { version = "0.36", optional = true, default-features = false }
1212
glow = { version = "0.15.0", optional = true }
1313
epoxy = { version = "0.1.0", optional = true }
1414
libloading = { version = "0.8.0", optional = true }

0 commit comments

Comments
 (0)