We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176d6c2 commit 1bafbe1Copy full SHA for 1bafbe1
1 file changed
Cargo.toml
@@ -27,8 +27,8 @@ presser = { version = "0.3" }
27
# such as the ability to link/load a Vulkan library.
28
ash = { version = ">=0.34, <=0.37", optional = true, default-features = false, features = ["debug"] }
29
# Only needed for visualizer.
30
-egui = { version = "0.23", optional = true, default-features = false }
31
-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 }
32
33
[target.'cfg(windows)'.dependencies]
34
# Only needed for public-winapi interop helpers
0 commit comments