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

egui_web: make text thicker and less pixelated (#640)

Closes https://github.com/emilk/egui/issues/516
This commit is contained in:
Emil Ernerfeldt
2021-08-21 21:18:00 +02:00
committed by GitHub
parent 12fd4906de
commit 91bdf9ba6e
5 changed files with 20 additions and 6 deletions

View File

@@ -8,6 +8,9 @@ All notable changes to the `egui_web` integration will be noted in this file.
### Added ⭐
* Added support for dragging and dropping files into the browser window.
### Fixed 🐛
* Made text thicker and less pixelated.
## 0.13.0 - 2021-06-24