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

Update CHANGELOG.md and TODO.md

This commit is contained in:
Emil Ernerfeldt
2020-12-12 20:04:32 +01:00
parent 72544b3690
commit 35e8a3b4ca
2 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ⭐
* Emoji support:
* 1216 different emojis.
* Works in any text.
* Great for button icons.
* The Demo app comes with a Font Book to explore the available glyphs.
* Wrapping layouts:
* `ui.horizontal_wrapped(|ui| ...)`: Add widgets on a row but wrap at `max_size`.
* `ui.horizontal_wrapped_for_text`: Like `horizontal_wrapped`, but with spacing made for embedding text.