egui-dropdown
Dropdown list for egui.

Installation
[]
= "0.1"
Usage
// Working example can be found in `examples/dropdown.rs`
ui.add;
Naming
Although it's called DropDownBox, technically speaking it should be called ComboBox.
But this is what egui uses for its version of the widget so yeah.