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

Release egui_extras 0.24.2 - Fix Table scrolling bug (#3691)

Includes:
* https://github.com/emilk/egui/pull/3690

---------

Co-authored-by: Antoine Beyeler <49431240+abey79@users.noreply.github.com>
This commit is contained in:
Emil Ernerfeldt
2023-12-08 10:32:06 +01:00
committed by GitHub
parent d8a795598f
commit b1721a3ce7
4 changed files with 19 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ members = [
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.72"
version = "0.24.1"
version = "0.24.2"
[profile.release]