diff --git a/Cargo.toml b/Cargo.toml index 6384c5f..b5b692c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ presser = { version = "0.3", default-features = false } 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_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false } +egui_extras = { version = ">=0.24, <=0.33", optional = true, default-features = false } hashbrown = { version = "0.16.0", optional = true } [target.'cfg(target_vendor = "apple")'.dependencies]