Skip to content

Commit

Permalink
conanfile.py: bump imgui
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Feb 23, 2024
1 parent 2187aed commit 15d0e03
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 @@ -152,7 +152,7 @@ def requirements(self):
if "visualization" in modules:
self.requires("glew/2.2.0")
self.requires("glfw/3.3.8")
self.requires("imgui/1.90.3-docking")
self.requires("imgui/1.90.4-docking")

def build_requirements(self):
# For native/all/all-major CUDA architectures support
Expand Down

0 comments on commit 15d0e03

Please sign in to comment.