diff --git a/Cargo.toml b/Cargo.toml index 76d526dc..1e4d92d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ presser = { version = "0.3" } 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.29", optional = true, default-features = false } [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] metal = { version = "0.29.0", default-features = false, features = ["link", "dispatch"], optional = true }