diff --git a/Cargo.toml b/Cargo.toml index 40043063..8afaf85a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ presser = { version = "0.3" } # such as the ability to link/load a Vulkan library. ash = { version = ">=0.34, <=0.37", optional = true, default-features = false, features = ["debug"] } # Only needed for visualizer. -imgui = { version = "0.10", features = ["tables-api"], optional = true } +imgui = { version = "0.11", features = ["tables-api"], optional = true } [target.'cfg(windows)'.dependencies] # Only needed for public-winapi interop helpers