Skip to content

Commit 46c96e5

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): update khronos-egl requirement from 5.0 to 6.0
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]>
1 parent c40dfde commit 46c96e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gdk4-wayland/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", feature
3333
libc = "0.2"
3434
wayland-client = {version = "0.30.0", optional = true}
3535
wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]}
36-
khronos-egl = {version = "5.0", optional = true}
36+
khronos-egl = {version = "6.0", optional = true}
3737
xkb = {version = "0.3", optional = true}
3838

3939
[dev-dependencies]

gdk4-win32/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ win32 = ["windows"]
2929

3030
[dependencies]
3131
libc = "0.2"
32-
khronos-egl = {version = "5.0", optional = true}
32+
khronos-egl = {version = "6.0", optional = true}
3333
windows = { version = "0.51", features = [
3434
"Win32_Foundation",
3535
"Win32_UI_WindowsAndMessaging",

gdk4-x11/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features
2929
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
3030
libc = "0.2"
3131
x11 = {version = "2.20", optional = true }
32-
khronos-egl = {version = "5.0", optional = true}
32+
khronos-egl = {version = "6.0", optional = true}
3333

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

0 commit comments

Comments
 (0)