1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

eframe: add a simplified native-only API for simple native apps (#2453)

* eframe: add a simplified native-only API for simple native apps

* build-fix

* Fix doc-test
This commit is contained in:
Emil Ernerfeldt
2023-03-30 10:00:47 +02:00
committed by GitHub
parent 4b1c0d90c0
commit 92c4e23aac
7 changed files with 128 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
## Unreleased
* Add `Frame::request_screenshot` and `Frame::screenshot` to communicate to the backend that a screenshot of the current frame should be exposed by `Frame` during `App::post_rendering` ([#2676](https://github.com/emilk/egui/pull/2676))
* Add `eframe::run_simple_native` - a simple API for simple apps ([#2453](https://github.com/emilk/egui/pull/2453)).
## 0.21.3 - 2023-02-15