You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Add Mesa version check.
This commit is contained in:
@@ -31,8 +31,9 @@ else:
|
||||
deps_folder = os.path.join("bin", "build_deps")
|
||||
|
||||
# Mesa NIR
|
||||
# Sync with `drivers/d3d12/SCsub` when updating Mesa.
|
||||
# Check for latest version: https://github.com/godotengine/godot-nir-static/releases/latest
|
||||
mesa_version = "25.3.1"
|
||||
mesa_version = "25.3.1-1"
|
||||
# WinPixEventRuntime
|
||||
# Check for latest version: https://www.nuget.org/api/v2/package/WinPixEventRuntime (check downloaded filename)
|
||||
pix_version = "1.0.240308001"
|
||||
|
||||
Reference in New Issue
Block a user