forked from blender/cycles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
50 lines (50 loc) · 1.58 KB
/
.gitmodules
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
38
39
40
41
42
43
44
45
46
47
48
49
50
[submodule "lib/linux_x64"]
update = none
path = lib/linux_x64
url = https://projects.blender.org/blender/lib-linux_x64.git
branch = main
[submodule "lib/macos_arm64"]
update = none
path = lib/macos_arm64
url = https://projects.blender.org/blender/lib-macos_arm64.git
branch = main
[submodule "lib/macos_x64"]
update = none
path = lib/macos_x64
url = https://projects.blender.org/blender/lib-macos_x64.git
branch = main
[submodule "lib/windows_x64"]
update = none
path = lib/windows_x64
url = https://projects.blender.org/blender/lib-windows_x64.git
branch = main
[submodule "lib/windows_arm64"]
update = none
path = lib/windows_arm64
url = https://projects.blender.org/blender/lib-windows_arm64.git
branch = main
[submodule "lib/legacy/linux_x64"]
update = none
path = lib/legacy/linux_x64
url = https://projects.blender.org/blender/lib-linux_x64.git
branch = blender-v4.3-release
[submodule "lib/legacy/macos_arm64"]
update = none
path = lib/legacy/macos_arm64
url = https://projects.blender.org/blender/lib-macos_arm64.git
branch = blender-v4.3-release
[submodule "lib/legacy/macos_x64"]
update = none
path = lib/legacy/macos_x64
url = https://projects.blender.org/blender/lib-macos_x64.git
branch = blender-v4.3-release
[submodule "lib/legacy/windows_x64"]
update = none
path = lib/legacy/windows_x64
url = https://projects.blender.org/blender/lib-windows_x64.git
branch = blender-v4.3-release
[submodule "lib/legacy/windows_arm64"]
update = none
path = lib/legacy/windows_arm64
url = https://projects.blender.org/blender/lib-windows_arm64.git
branch = blender-v4.3-release