2020-12-10 22:52:51 +00:00
|
|
|
# Changelog for egui_glium
|
|
|
|
|
|
|
|
All notable changes to the `egui_glium` integration will be noted in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
|
2020-12-15 13:26:01 +00:00
|
|
|
|
2020-12-10 22:52:51 +00:00
|
|
|
## Unreleased
|
|
|
|
|
2020-12-10 17:35:48 +00:00
|
|
|
### Changed
|
|
|
|
|
2020-12-14 10:24:37 +00:00
|
|
|
* `egui_glium::run`: the parameter `app` now has signature `Box<dyn App>` (you need to add `Box::new(app)` to your code).
|
|
|
|
|
2020-12-15 20:58:14 +00:00
|
|
|
### Fixed 🐛
|
|
|
|
|
|
|
|
* Serialize window size in logical points instead of physical pixels
|
|
|
|
|
2020-12-15 13:26:01 +00:00
|
|
|
|
2020-12-14 10:24:37 +00:00
|
|
|
## 0.5.0 - 2020-12-13
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
2020-12-10 17:35:48 +00:00
|
|
|
* FileStorage::from_path now takes `Into<Path>` instead of `String`
|
|
|
|
|
2020-12-15 13:26:01 +00:00
|
|
|
|
2020-12-10 22:52:51 +00:00
|
|
|
## 0.4.0 - 2020-11-28
|
|
|
|
|
|
|
|
Started changelog. Features:
|
|
|
|
|
|
|
|
* Input
|
|
|
|
* Painting
|
|
|
|
* Clipboard handling
|
|
|
|
* Open URL:s
|
|
|
|
* Simple JSON-backed storage
|