mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
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.