mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +11:00
231 B
231 B
muda |
---|
minor |
Breaking Change: Removed MenuItemType
enum and replaced with MenuItemKind
enum. Menu::items
and Submenu::items
methods will now return Vec<MenuItemKind>
instead of Vec<Box<dyn MenuItemExt>>