xref: /aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/WORKSPACE (revision 03ce13f70fcc45d86ee91b7ee4cab1936a95046e)
1local_repository(
2    name = "spirv_headers",
3    path = "external/spirv-headers",
4)
5
6local_repository(
7    name = "com_googlesource_code_re2",
8    path = "external/re2",
9)
10
11local_repository(
12    name = "com_google_effcee",
13    path = "external/effcee",
14)
15
16local_repository(
17    name = "abseil-cpp",
18    path = "external/abseil_cpp",
19)
20