mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 06:11:30 +11:00
Maintenance/620/fix x11 release mode compilation (#621)
* Raised minimum version of `x11-dl`. This fixes a compilation error in release mode on X11. Issue #620 * Updated `CHANGELOG.md` about X11 release mode compilation issue.
This commit is contained in:
parent
a32f7f2ec5
commit
09550397d7
|
@ -1,5 +1,7 @@
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
|
* On X11, prevent a compilation failure in release mode for versions of Rust greater than or equal to 1.30.
|
||||||
|
|
||||||
# Version 0.17.0 (2018-08-02)
|
# Version 0.17.0 (2018-08-02)
|
||||||
|
|
||||||
- Cocoa and core-graphics updates.
|
- Cocoa and core-graphics updates.
|
||||||
|
|
|
@ -56,6 +56,6 @@ features = [
|
||||||
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
|
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
|
||||||
wayland-client = { version = "0.20.10", features = [ "dlopen", "egl", "cursor"] }
|
wayland-client = { version = "0.20.10", features = [ "dlopen", "egl", "cursor"] }
|
||||||
smithay-client-toolkit = "0.2.6"
|
smithay-client-toolkit = "0.2.6"
|
||||||
x11-dl = "2.17.5"
|
x11-dl = "2.18.3"
|
||||||
parking_lot = "0.6"
|
parking_lot = "0.6"
|
||||||
percent-encoding = "1.0"
|
percent-encoding = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue