984 B
984 B
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.
Unreleased
Added
egui_gliumwill auto-save your app state every 30 seconds.
Changed
egui_gliumwill now save you app state to a better directoryegui_glium::run: the parameterappnow has signatureBox<dyn App>(you need to addBox::new(app)to your code).- Window title is now passed via the
traitfunctionegui::App::name()
Fixed 🐛
- Serialize window size in logical points instead of physical pixels
0.5.0 - 2020-12-13
Changed
- FileStorage::from_path now takes
Into<Path>instead ofString
0.4.0 - 2020-11-28
Started changelog. Features:
- Input
- Painting
- Clipboard handling
- Open URL:s
- Simple JSON-backed storage