Skip to content

Commit

Permalink
update muda from 0.11 to 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed May 23, 2024
1 parent 310a477 commit 2af0c2a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions v2/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env_logger = { version = "0.11.3", default-features = false, features = ["auto-c
lexopt = "0.3.0"
log = "0.4.20"
memchr = "2.7.1"
muda = "0.11.3"
muda = "0.13.4"
notify = "6.1.1"
once_cell = "1.19.0"
open = "5.0.1"
Expand Down
5 changes: 3 additions & 2 deletions v2/src/wry/menu.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
use crate::renderer::MenuItem as AppMenuItem;
use anyhow::Result;
use muda::accelerator::{Accelerator, Code, Modifiers};
use muda::dpi::{LogicalPosition, Position};
use muda::{
AboutMetadata, ContextMenu, LogicalPosition, Menu as MenuBar, MenuEvent, MenuEventReceiver,
MenuId, MenuItem, Position, PredefinedMenuItem, Submenu,
AboutMetadata, ContextMenu, Menu as MenuBar, MenuEvent, MenuEventReceiver, MenuId, MenuItem,
PredefinedMenuItem, Submenu,
};
use std::collections::hash_map::Entry;
use std::collections::HashMap;
Expand Down

0 comments on commit 2af0c2a

Please sign in to comment.