Skip to content

Commit

Permalink
Merge #3653
Browse files Browse the repository at this point in the history
3653: Bump `khronos-egl` dependency to version 4 r=kvark a=Aaron1011

This pulls in a fix for timothee-haudebourg/khronos-egl#14,
which prevents segfaults when using this crate from another thread
(e.g. gfx-rs/wgpu#246)


PR checklist:
- [X] `make` succeeds (on *nix)
- [X] `make reftests` succeeds
- [X] tested examples with the following backends:
  - GL


Co-authored-by: Aaron Hill <[email protected]>
  • Loading branch information
bors[bot] and Aaron1011 authored Feb 25, 2021
2 parents a76e687 + a3385a3 commit 0a201d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/gl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parking_lot = "0.11"
raw-window-handle = "0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
egl = { package = "khronos-egl", version = "3", features = ["dynamic"] }
egl = { package = "khronos-egl", version = "4", features = ["dynamic"] }
libloading = "0.7"

[dependencies.auxil]
Expand Down

0 comments on commit 0a201d1

Please sign in to comment.