-
-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathdeps.env
More file actions
37 lines (31 loc) · 1.1 KB
/
Copy pathdeps.env
File metadata and controls
37 lines (31 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# --- Common ---
SCONS_VERSION=4.10.1
# --- GDExtension ---
# https://github.com/godotengine/godot-cpp
GODOT_CPP_REF=5ffd70e34d0ab87009a9f0ffa3361bc8f4b09731
GODOT_CPP_API_VERSION=4.6
GODOT_VERSION_FOR_EXPORT=4.6-stable
# --- Module ---
GODOT_REF=4.7-stable
# --- Windows builds ---
# https://github.com/godotengine/godot-angle-static/releases/
ANGLE_VERSION=7578
# https://github.com/godotengine/godot-nir-static/releases/
MESA_VERSION=25.3.1-3
# https://github.com/limbonaut/build-containers
BUILD_IMAGE_VERSION=4.6-f43
# --- Linux toolchain ---
# https://github.com/godotengine/buildroot/releases
LINUX_TOOLCHAIN_VERSION=godot-2023.08.x-4
LINUX_TOOLCHAIN_64_SHA=b534305ef71487014c47e0f5fa146f411ff3b2bf
LINUX_TOOLCHAIN_32_SHA=d4177d80c82e8e9a4ac13155b4369cf1695a726a
LINUX_TOOLCHAIN_ARM64_SHA=ccb38161202052c368a7abf35c84214f66c4f721
LINUX_TOOLCHAIN_ARM32_SHA=9b09667e24cce8a121144b2feb59cf03105e33dd
# --- Android builds ---
JAVA_VERSION=17
NDK_VERSION=r29
NDK_FULL_VERSION=29.0.14206865
# https://github.com/godotengine/godot-swappy/releases/
SWAPPY_VERSION=from-source-2025-01-31
# --- Web ---
EM_VERSION=4.0.20