Skip to content

Commit

Permalink
update moltenVK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisal Dissanayake committed Nov 2, 2024
1 parent d9cc61d commit 29c40e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def requirements(self):
if self.options.rendering_backend == "OpenGL":
self.requires("glad/0.1.33")
elif self.options.rendering_backend == "Vulkan":
self.requires("moltenvk/1.2.2")
self.requires("moltenvk/1.2.0")
elif self.options.rendering_backend == "WebGPU":
self.requires("WebGPU/latest")
elif self.settings.os == 'Linux':
Expand Down Expand Up @@ -65,7 +65,7 @@ def requirements(self):
self.options.windowing_system = "SDL"
if self.options.rendering_backend == "Vulkan":
self.requires("vulkan-headers/1.3.239.0")
self.requires("moltenvk/1.2.2")
self.requires("moltenvk/1.2.0")
else:
raise ConanInvalidSystemRequirements("Unsupported Platform")

Expand Down

0 comments on commit 29c40e5

Please sign in to comment.