Revert system menus support
The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`.
This commit is contained in:
parent
93fec8d273
commit
c0ab988842
21 changed files with 19 additions and 673 deletions
|
|
@ -21,7 +21,7 @@ thiserror = "1.0"
|
|||
[dependencies.winit]
|
||||
version = "0.25"
|
||||
git = "https://github.com/iced-rs/winit"
|
||||
rev = "24a75a7bdc10d2dc2f520c36284618e9ae6c2568"
|
||||
rev = "44a9a6fc442fcfa3fa0dfc2d5a2f86fdf4aba10c"
|
||||
|
||||
[dependencies.iced_native]
|
||||
version = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue