-
this crate not usable outside of itself right now because it uses fork of winit. why is fork used? even better, when can we use winit 0.25 on crates please? is there PR i can make to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
hecrj
Jul 23, 2021
Replies: 1 comment
-
We forked An example of a feature we landed thanks to this is system menus (see #945). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hecrj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We forked
winit
to extend its functionality and satisfy our use cases without introducing an additional burden to its maintainers. It's a highly experimental fork, and we plan to contribute the changes back towinit
once we have confidence in them.An example of a feature we landed thanks to this is system menus (see #945).