Skip to content

Commit

Permalink
Update imgui
Browse files Browse the repository at this point in the history
  • Loading branch information
sguionni committed Nov 21, 2023
1 parent e867326 commit 69b4bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake_python_binding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ jobs:
- name: Test
working-directory: ${{env.CMAKELISTS_DIR}}
run: |
conan export ../io
conan create test --build=missing --settings=compiler.cppstd=20
run: conan create test --build=missing --settings=compiler.cppstd=20
2 changes: 1 addition & 1 deletion lib/renderer/bench/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def requirements(self):
self.requires("vtx_core/1.0")
self.requires("vtx_io/1.0")
self.requires("sdl/2.28.3")
self.requires("imgui/1.89.9")
self.requires("imgui/1.90")

def generate(self):
tc = CMakeToolchain(self)
Expand Down

0 comments on commit 69b4bab

Please sign in to comment.