Skip to content

Commit

Permalink
imgui: add transitive vulkan-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 23, 2024
1 parent 3132e81 commit 3a803d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/imgui/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def requirements(self):
# elif self.options.get_safe("backend_sdlrenderer3"):
# self.requires("sdl/3.x")
if self.options.get_safe("backend_vulkan"):
self.requires("vulkan-headers/1.3.290.0", transitive_headers=True)
self.requires("vulkan-loader/1.3.290.0")
if self.options.get_safe("backend_glfw") and self.settings.os != "Emscripten":
self.requires("glfw/3.4")
Expand Down

0 comments on commit 3a803d1

Please sign in to comment.