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

[egui_glium]: Store window size in points instead of physical pixels

This commit is contained in:
Emil Ernerfeldt
2020-12-15 21:58:14 +01:00
parent 484e218e54
commit f1b4353039
2 changed files with 21 additions and 9 deletions

View File

@@ -11,6 +11,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* `egui_glium::run`: the parameter `app` now has signature `Box<dyn App>` (you need to add `Box::new(app)` to your code).
### Fixed 🐛
* Serialize window size in logical points instead of physical pixels
## 0.5.0 - 2020-12-13