forked from JeanPhilippeKernel/RendererEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepoConfiguration.json
27 lines (27 loc) · 908 Bytes
/
repoConfiguration.json
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
{
"Requirements" : {
"CMake": {
"Version": "3.20"
},
"ShaderC": {
"MinimumVersion": "11.1.0",
"Windows": {
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/windows/continuous_release_2019/26/20230810-123915/install.zip"
},
"macOS": {
"Url": "https://storage.googleapis.com/shaderc/artifacts/prod/graphics_shader_compiler/shaderc/macos/continuous_clang_release/472/20240708-061139/install.tgz"
}
},
"GlslangValidator": {
"Version": "12.3.1"
},
"Nuget": {
"Version": "6.10.0",
"Url": "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
},
"LLVM": {
"Version": "18.1.8",
"MaximumVersion": "18.2.1"
}
}
}