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
|
|
@ -16,7 +16,7 @@ debug = ["iced_winit/debug"]
|
|||
[dependencies.glutin]
|
||||
version = "0.27"
|
||||
git = "https://github.com/iced-rs/glutin"
|
||||
rev = "849352f1cb7021b7514a3104daf3e6236c915dac"
|
||||
rev = "2564d0ab87cf2ad824a2a58733aebe40dd2f29bb"
|
||||
|
||||
[dependencies.iced_native]
|
||||
version = "0.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue