Skip to content

Commit

Permalink
Bump version range imgui
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Dec 7, 2023
1 parent e0eb1fb commit 3c09131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def requirements(self):
self.requires("hwloc/[>=2.7.0]")

if install_conan_package("imgui"):
self.requires("imgui/[>=1.89 <1.90]")
self.requires("imgui/[>=1.89 <2]")

if install_conan_package("mimalloc"):
self.requires("mimalloc/[>=2 <3]")
Expand Down

0 comments on commit 3c09131

Please sign in to comment.