mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Release 0.25.0 - Better keyboard input
This commit is contained in:
@@ -6,6 +6,10 @@ This file is updated upon each release.
|
||||
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
|
||||
|
||||
|
||||
## 0.25.0 - 2024-01-08
|
||||
* Only call wgpu paint callback if viewport is positive [#3778](https://github.com/emilk/egui/pull/3778) (thanks [@msparkles](https://github.com/msparkles)!)
|
||||
|
||||
|
||||
## 0.24.1 - 2023-11-30
|
||||
* Add a few `puffin` profile scopes
|
||||
|
||||
|
||||
@@ -36,8 +36,8 @@ winit = ["dep:winit"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
egui = { version = "0.24.1", path = "../egui", default-features = false }
|
||||
epaint = { version = "0.24.1", path = "../epaint", default-features = false, features = [
|
||||
egui = { version = "0.25.0", path = "../egui", default-features = false }
|
||||
epaint = { version = "0.25.0", path = "../epaint", default-features = false, features = [
|
||||
"bytemuck",
|
||||
] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user