Skip to content

Commit

Permalink
Bump glutin_wgl_sys from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [glutin_wgl_sys](https://github.com/rust-windowing/glutin) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/rust-windowing/glutin/releases)
- [Changelog](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-windowing/glutin/commits)

---
updated-dependencies:
- dependency-name: glutin_wgl_sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 3cc6a56 commit 17d7452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ range-alloc = { version = "0.1", optional = true }
gpu-allocator = { version = "0.23", default_features = false, features = ["d3d12", "public-winapi"], optional = true }
hassle-rs = { version = "0.10", optional = true }
# backend: Gles
glutin_wgl_sys = { version = "0.4", optional = true }
glutin_wgl_sys = { version = "0.5", optional = true }

winapi = { version = "0.3", features = ["profileapi", "libloaderapi", "windef", "winuser", "dcomp"] }
d3d12 = { version = "0.7", features = ["libloading"], optional = true }
Expand Down

0 comments on commit 17d7452

Please sign in to comment.