Skip to content

Commit

Permalink
build(deps): bump glium from 0.35.0 to 0.36.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and bilelmoussaoui committed Oct 14, 2024
1 parent 9fa566c commit 4fe608d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors.workspace = true
chrono = "0.4"

femtovg = { version = "0.9", optional = true, default-features = false }
glium = { version = "0.35", optional = true, default-features = false }
glium = { version = "0.36", optional = true, default-features = false }
glow = { version = "0.13.0", optional = true }
epoxy = { version = "0.1.0", optional = true }
libloading = { version = "0.8.5", optional = true }
Expand Down

0 comments on commit 4fe608d

Please sign in to comment.