Skip to content

Commit

Permalink
✨ Update egui to 0.24 (#193)
Browse files Browse the repository at this point in the history
Update egui to 0.24
  • Loading branch information
tosti007 authored Dec 4, 2023
1 parent 176d6c2 commit 1bafbe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ presser = { version = "0.3" }
# such as the ability to link/load a Vulkan library.
ash = { version = ">=0.34, <=0.37", optional = true, default-features = false, features = ["debug"] }
# Only needed for visualizer.
egui = { version = "0.23", optional = true, default-features = false }
egui_extras = { version = "0.23", optional = true, default-features = false }
egui = { version = "0.24", optional = true, default-features = false }
egui_extras = { version = "0.24", optional = true, default-features = false }

[target.'cfg(windows)'.dependencies]
# Only needed for public-winapi interop helpers
Expand Down

0 comments on commit 1bafbe1

Please sign in to comment.