- Update to egui 0.27
- Update to egui 0.26.1
- Update to egui 0.26.0
- Update to egui 0.25.0
- Update serde to 1.0.195
- Fix keybind text overflowing the allocated widget space / reporting incorrect size
- Replace
serde-support
feature withserde
- Fix serde support
- Make
serde
an optional dependency
- Fix
with_
methods onKeybind
- Fix
with_text
text not showing near the keybind - Easier API for checking keybind presses,
.pressed(i)
method is present on allBind
s - Improve wording in some commends
- Improve simple example
- Initial release