mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-25 04:41:31 +11:00
20c05ceae6
* refactor!: add `MenuItemKind` enum * remove as_any
6 lines
202 B
Markdown
6 lines
202 B
Markdown
---
|
|
"muda": "minor"
|
|
---
|
|
|
|
Removed `MenuItemType` enum and replaced with `MenuItemKind` enum. `Menu::items` and `Submenu::items` will now return `Vec<MenuItemKind>` instead of `Vec<Box<dyn MenuItemExt>>`
|