Add menu code, adapted from iced_aw

This commit is contained in:
Jeremy Soller 2023-11-16 08:00:11 -07:00
parent 23b480e58d
commit bad4400779
9 changed files with 2186 additions and 0 deletions

View file

@ -126,6 +126,8 @@ pub mod frames;
pub mod list;
pub use list::*;
pub mod menu;
pub mod nav_bar;
pub use nav_bar::nav_bar;