1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Update README.md

This commit is contained in:
Emil Ernerfeldt
2020-08-28 16:22:36 +02:00
parent b8938e01c4
commit 0755a95c76
2 changed files with 15 additions and 6 deletions

View File

@@ -96,6 +96,7 @@ Add extremely quick animations for some things, maybe 2-3 frames. For instance:
* [ ] Draw as hotmap
* [ ] Change `width.min(max_width)` to `width.at_most(max_width)`
* [ ] Egui icon
* [ ] Minimal markdown viewer
### Names and structure
* [ ] Rename things to be more consistent with Dear ImGui