diff --git a/Cargo.toml b/Cargo.toml index 5d703ce..f0d6607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ categories = ["gui", "rendering::graphics-api"] license = "MIT/Apache-2.0" [dependencies] -imgui = ">=0.9.0, <0.12.0" +imgui = ">=0.9.0, <0.13.0" [build-dependencies] gl_generator = "0.14.0"