mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
trait App now has fn name() for specifying egui_glium window title
This commit is contained in:
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
### Changed
|
||||
|
||||
* `egui_glium::run`: the parameter `app` now has signature `Box<dyn App>` (you need to add `Box::new(app)` to your code).
|
||||
* Window title is now passed via the `trait` function `egui::App::name()`
|
||||
|
||||
### Fixed 🐛
|
||||
|
||||
|
||||
Reference in New Issue
Block a user