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:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -790,7 +790,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "egui"
|
||||
version = "0.16.0"
|
||||
version = "0.16.1"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"epaint",
|
||||
|
||||
Reference in New Issue
Block a user