mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-21 11:10:04 +00:00
10 lines
165 B
Python
10 lines
165 B
Python
local_repository(
|
|
name = "spirv_headers",
|
|
path = "external/spirv-headers",
|
|
)
|
|
|
|
local_repository(
|
|
name = "abseil-cpp",
|
|
path = "external/abseil_cpp",
|
|
)
|