Skip to content

Commit

Permalink
Bump vulkan-headers to 1.3.268.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kelemen committed Jul 4, 2024
1 parent 63dad40 commit 7216f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/vulkan-memory-allocator/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("vulkan-headers/1.3.243.0")
self.requires("vulkan-headers/1.3.268.0")

def package_id(self):
self.info.clear()
Expand Down

0 comments on commit 7216f05

Please sign in to comment.