Skip to content

Commit

Permalink
Updated Premake and Vulkan versions
Browse files Browse the repository at this point in the history
Upgraded Premake to 5.0.0-beta3 and Vulkan SDK to 1.3.296.0 to leverage the latest features and improvements in build configuration and graphics development. This update ensures compatibility with recent advancements and stability enhancements, contributing to a more efficient and robust development environment.
  • Loading branch information
soulwax committed Nov 14, 2024
1 parent e843b0f commit 7fa8f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/SetupPremake.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Utils

class PremakeConfiguration:
premakeVersion = "5.0.0-beta2"
premakeVersion = "5.0.0-beta3"
premakeZipUrls = f"https://github.com/premake/premake-core/releases/download/v{premakeVersion}/premake-{premakeVersion}-windows.zip"
premakeLicenseUrl = "https://raw.githubusercontent.com/premake/premake-core/master/LICENSE.txt"
premakeDirectory = "./vendor/premake/bin"
Expand Down
2 changes: 1 addition & 1 deletion scripts/SetupVulkan.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class VulkanConfiguration:
requiredVulkanVersion = "1.3."
installVulkanVersion = "1.3.275.0"
installVulkanVersion = "1.3.296.0"
vulkanDirectory = "./Hazel/vendor/VulkanSDK"

@classmethod
Expand Down

0 comments on commit 7fa8f2c

Please sign in to comment.