diff --git a/Cargo.toml b/Cargo.toml index 33ddad8..b58bbb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ presser = { version = "0.3", default-features = false } # such as the ability to link/load a Vulkan library. ash = { version = "0.38", optional = true, default-features = false, features = ["debug"] } # Only needed for visualizer. -egui = { version = ">=0.24, <=0.27", optional = true, default-features = false } +egui = { version = ">=0.24, <=0.32", optional = true, default-features = false } egui_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false } hashbrown = { version = "0.15.2", optional = true }