mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
Fix up some examples (#3614)
This commit is contained in:
@@ -8,6 +8,7 @@ Changes since the last release can be found by running the `scripts/generate_cha
|
||||
|
||||
## Unreleased
|
||||
* `NativeOptions::fullsize_content` has been replaced with four settings: `ViewportBuilder::with_fullsize_content_view`, `with_title_shown`, `with_titlebar_shown`, `with_titlebar_buttons_shown`
|
||||
* `App::on_close_event` has been replaced with `ctx.input(|i| i.viewport().close_requested())` and `ctx.send_viewport_cmd(ViewportCommand::CancelClose)`.
|
||||
|
||||
## 0.23.0 - 2023-09-27
|
||||
* Update MSRV to Rust 1.70.0 [#3310](https://github.com/emilk/egui/pull/3310)
|
||||
|
||||
Reference in New Issue
Block a user