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

Add icon support to eframe (#193)

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
Patrik Höglund
2021-02-26 15:59:30 +01:00
committed by GitHub
parent bdbc59455c
commit a859b2a26e
3 changed files with 28 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
* You can now set your own app icons. See https://github.com/emilk/egui/pull/193
for example code.
## 0.9.0 - 2021-02-07