1
0
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:
Pāvels Nadtočajevs
2025-12-18 11:20:34 +02:00
parent 79603b2f28
commit 2c68c80b19
2 changed files with 22 additions and 1 deletions

View File

@@ -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"