From c0ab9888426b7d1f2606afafc9dba06eed7f9419 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 15 Sep 2021 15:31:40 +0700 Subject: 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`. --- examples/menu/Cargo.toml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/menu/Cargo.toml (limited to 'examples/menu/Cargo.toml') diff --git a/examples/menu/Cargo.toml b/examples/menu/Cargo.toml deleted file mode 100644 index 44597734..00000000 --- a/examples/menu/Cargo.toml +++ /dev/null @@ -1,10 +0,0 @@ -[package] -name = "menu" -version = "0.1.0" -authors = ["Héctor Ramón Jiménez "] -edition = "2018" -publish = false - -[dependencies] -iced = { path = "../.." } -iced_native = { path = "../../native" } \ No newline at end of file -- cgit