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

Release 0.8.0 - Grid layout & new visual style

This commit is contained in:
Emil Ernerfeldt
2021-01-17 15:16:00 +01:00
parent a229f581b9
commit 37a3fe7f76
19 changed files with 343 additions and 179 deletions

View File

@@ -9,6 +9,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
## 0.8.0 - 2021-01-17 - Grid layout & new visual style
<img src="media/widget_gallery_0.8.0.gif" width="50%">
### Added ⭐
* Added a simple grid layout (`Grid`).