Skip to content

Commit

Permalink
Bump to egui 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Feb 14, 2024
1 parent b3a110e commit 21f8516
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 31 deletions.
45 changes: 21 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,27 @@ re_ws_comms = { path = "crates/re_ws_comms", version = "=0.14.0-alpha.1", defaul
rerun = { path = "crates/rerun", version = "=0.14.0-alpha.1", default-features = false }

# egui-crates:
ecolor = "0.26.1"
eframe = { version = "0.26.1", default-features = false, features = [
ecolor = "0.26.2"
eframe = { version = "0.26.2", default-features = false, features = [
"accesskit",
"default_fonts",
"puffin",
"wayland",
"x11",
] }
egui = { version = "0.26.1", features = [
egui = { version = "0.26.2", features = [
"callstack",
"extra_debug_asserts",
"log",
"puffin",
"rayon",
] }
egui_commonmark = { version = "0.12", default-features = false }
egui_extras = { version = "0.26.1", features = ["http", "image", "puffin"] }
egui_plot = "0.26.1"
egui_extras = { version = "0.26.2", features = ["http", "image", "puffin"] }
egui_plot = "0.26.2"
egui_tiles = "0.7.2"
egui-wgpu = "0.26.1"
emath = "0.26.1"
egui-wgpu = "0.26.2"
emath = "0.26.2"

# All of our direct external dependencies should be found here:
ahash = "0.8"
Expand Down

0 comments on commit 21f8516

Please sign in to comment.