1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

[widgets] combo box (drop down menu)

This commit is contained in:
Emil Ernerfeldt
2020-09-25 14:43:16 +02:00
parent b081be11d1
commit 22fffc1793
8 changed files with 213 additions and 15 deletions

View File

@@ -4,6 +4,7 @@
* Color picker
* Unicode characters in labels (limited by [what the default font supports](https://fonts.google.com/specimen/Comfortaa#glyphs))
* Simple drop-down combo box menu
## 0.1.4 - 2020-09-08