On Wayland, add wayland-dlopen feature to use dlopen
While winit was always using dlopen for opening system libs, it provides a way now to disable dlopen feature helping with linking on some targets. Fixes #2037.
This commit is contained in:
parent
b4774861db
commit
ed698f2462
3 changed files with 6 additions and 4 deletions
|
|
@ -17,6 +17,7 @@
|
|||
- On Wayland, implement `request_user_attention` with `xdg_activation_v1`.
|
||||
- On X11, emit missing `WindowEvent::ScaleFactorChanged` when the only monitor gets reconnected.
|
||||
- On X11, if RANDR based scale factor is higher than 20 reset it to 1
|
||||
- On Wayland, add an enabled-by-default feature called `wayland-dlopen` so users can opt out of using `dlopen` to load system libraries.
|
||||
|
||||
# 0.25.0 (2021-05-15)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue