cushy 0.4.0

A wgpu-powered graphical user interface (GUI) library with a reactive data model
Documentation
1
2
3
4
5
6
7
# Menu

The [`Menu`][Menu] widget is a widget designed to work in an overlay layer. It
presents a pop-up menu and invokes a callback with the selected item if the user
selects an item.

[Menu]: <{{ docs }}/widgets/menu/struct.Menu.html>