Skip to content

Commit

Permalink
build(deps): update khronos-egl requirement from 5.0 to 6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [khronos-egl](https://github.com/timothee-haudebourg/khronos-egl) to permit the latest version.
- [Changelog](https://github.com/timothee-haudebourg/khronos-egl/blob/master/CHANGELOG.md)
- [Commits](timothee-haudebourg/khronos-egl@5.0.0...6.0.0)

---
updated-dependencies:
- dependency-name: khronos-egl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bilelmoussaoui committed Oct 9, 2023
1 parent c40dfde commit 46c96e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gdk4-wayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", feature
libc = "0.2"
wayland-client = {version = "0.30.0", optional = true}
wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]}
khronos-egl = {version = "5.0", optional = true}
khronos-egl = {version = "6.0", optional = true}
xkb = {version = "0.3", optional = true}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion gdk4-win32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ win32 = ["windows"]

[dependencies]
libc = "0.2"
khronos-egl = {version = "5.0", optional = true}
khronos-egl = {version = "6.0", optional = true}
windows = { version = "0.51", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
Expand Down
2 changes: 1 addition & 1 deletion gdk4-x11/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
libc = "0.2"
x11 = {version = "2.20", optional = true }
khronos-egl = {version = "5.0", optional = true}
khronos-egl = {version = "6.0", optional = true}

[dev-dependencies]
gir-format-check = "^0.1"

0 comments on commit 46c96e5

Please sign in to comment.