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

Remove the label! macro

This commit is contained in:
Emil Ernerfeldt
2020-12-10 10:15:25 +01:00
parent 68598db7e3
commit 6de93cb0ec
5 changed files with 8 additions and 15 deletions

View File

@@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Changed default font to [Ubuntu-Light](https://fonts.google.com/specimen/Ubuntu).
### Removed 🔥
* Removed the `label!` macro
## 0.4.0 - 2020-11-28
### Added ⭐