Skip to content

Commit e479727

Browse files
committed
Update to egui 0.24.1
1 parent d92873e commit e479727

2 files changed

Lines changed: 28 additions & 29 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,26 +71,26 @@ re_ws_comms = { path = "crates/re_ws_comms", version = "=0.12.0-alpha.1", defaul
7171
rerun = { path = "crates/rerun", version = "=0.12.0-alpha.1", default-features = false }
7272

7373
# egui-crates:
74-
ecolor = "0.24"
75-
eframe = { version = "0.24", default-features = false, features = [
74+
ecolor = "0.24.1"
75+
eframe = { version = "0.24.1", default-features = false, features = [
7676
"accesskit",
7777
"default_fonts",
7878
"puffin",
7979
"wayland",
8080
"x11",
8181
] }
82-
egui = { version = "0.24", features = [
82+
egui = { version = "0.24.1", features = [
8383
"callstack",
8484
"extra_debug_asserts",
8585
"log",
8686
"puffin",
8787
] }
8888
egui_commonmark = { version = "0.10", default-features = false }
89-
egui_extras = { version = "0.24", features = ["http", "image", "puffin"] }
90-
egui_plot = "0.24"
89+
egui_extras = { version = "0.24.1", features = ["http", "image", "puffin"] }
90+
egui_plot = "0.24.1"
9191
egui_tiles = "0.4"
92-
egui-wgpu = "0.24"
93-
emath = "0.24.0"
92+
egui-wgpu = "0.24.1"
93+
emath = "0.24.1"
9494

9595
# All of our direct external dependencies should be found here:
9696
ahash = "0.8"
@@ -235,6 +235,7 @@ debug = true
235235
# If that is not possible, patch to a branch that has a PR open on the upstream repo.
236236
# As a last resport, patch with a commit to our own repository.
237237
# ALWAYS document what PR the commit hash is part of, or when it was merged into the upstream trunk.
238+
238239
# ecolor = { git = "https://github.com/emilk/egui.git", rev = "a2b15b23ad26f077e229d492cd1571d97217d570" } # egui master 2023-11-23
239240
# eframe = { git = "https://github.com/emilk/egui.git", rev = "a2b15b23ad26f077e229d492cd1571d97217d570" } # egui master 2023-11-23
240241
# egui = { git = "https://github.com/emilk/egui.git", rev = "a2b15b23ad26f077e229d492cd1571d97217d570" } # egui master 2023-11-23
@@ -251,5 +252,3 @@ debug = true
251252
# egui-wgpu = { path = "../../egui/crates/egui-wgpu" }
252253
# emath = { path = "../../egui/crates/emath" }
253254
# epaint = { path = "../../egui/crates/epaint" }
254-
255-
# puffin = { path = "../../embark/puffin/puffin" }

0 commit comments

Comments
 (0)