1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Add separator widget

This commit is contained in:
Emil Ernerfeldt
2019-01-13 19:15:11 +01:00
parent d1a985d7cd
commit 6e8cc8439b
4 changed files with 71 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
# Code
* Break off example app from emigui_wasm
* Add Rect type to GuiCmd. Every thing has a bounding rectangle, even text
* Dynamic fonts:
* Font options (sizes)
* Read ttf via web?
# Additional bindings, e.g. Piston
@@ -10,4 +13,3 @@
* Windows
* Text input
* Color picker
* Separators