Skip to content

Commit b6fab1b

Browse files
authored
🆙 Update egui and friends to v0.25 (#200)
Update egui and friends to v0.25
1 parent ba273bc commit b6fab1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ presser = { version = "0.3" }
3030
# such as the ability to link/load a Vulkan library.
3131
ash = { version = ">=0.34, <=0.37", optional = true, default-features = false, features = ["debug"] }
3232
# Only needed for visualizer.
33-
egui = { version = "0.24", optional = true, default-features = false }
34-
egui_extras = { version = "0.24", optional = true, default-features = false }
33+
egui = { version = "0.25", optional = true, default-features = false }
34+
egui_extras = { version = "0.25", optional = true, default-features = false }
3535

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

0 commit comments

Comments
 (0)