Skip to content

Commit

Permalink
imgui: disable glut backend due missing binaries and being considered…
Browse files Browse the repository at this point in the history
… legacy
  • Loading branch information
valgur committed Sep 23, 2024
1 parent cffaf4e commit 2e48952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/imgui/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ImguiConan(ConanFile):
"backend_dx11": False,
"backend_dx12": False,
"backend_glfw": True,
"backend_glut": True,
"backend_glut": False,
"backend_metal": True,
"backend_opengl2": True,
"backend_opengl3": True,
Expand Down

0 comments on commit 2e48952

Please sign in to comment.