1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -04:00

0.16.1 patch release: Add back CtxRef::begin_frame/end_frame (#1019)

`begin_frame`, `end_frame` is more convenient when using egui in a game engine. In particular, 0.16.0 was incompatible with https://github.com/mvlabat/bevy_egui>.
This commit is contained in:
Emil Ernerfeldt
2021-12-31 11:45:57 +01:00
committed by GitHub
parent b00edfe97f
commit b5c119ef19
4 changed files with 48 additions and 7 deletions

2
Cargo.lock generated
View File

@@ -790,7 +790,7 @@ dependencies = [
[[package]]
name = "egui"
version = "0.16.0"
version = "0.16.1"
dependencies = [
"ahash",
"epaint",