bgfx/3rdparty/spirv-tools/DEPS

27 lines
762 B
Plaintext
Raw Normal View History

2018-09-03 07:14:20 +03:00
use_relative_paths = True
vars = {
'github': 'https://github.com',
2019-06-22 17:30:33 +03:00
'effcee_revision': 'b83b58d177b797edd1f94c5f10837f2cc2863f0a',
'googletest_revision': '2f42d769ad1b08742f7ccb5ad4dd357fc5ff248c',
2019-07-12 07:07:22 +03:00
're2_revision': 'e356bd3f80e0c15c1050323bb5a2d0f8ea4845f4',
'spirv_headers_revision': '123dc278f204f8e833e1a88d31c46d0edf81d4b2',
2018-09-03 07:14:20 +03:00
}
deps = {
2019-06-22 17:30:33 +03:00
'external/effcee':
Var('github') + '/google/effcee.git@' + Var('effcee_revision'),
2018-09-03 07:14:20 +03:00
'external/googletest':
Var('github') + '/google/googletest.git@' + Var('googletest_revision'),
'external/re2':
Var('github') + '/google/re2.git@' + Var('re2_revision'),
2019-06-22 17:30:33 +03:00
'external/spirv-headers':
Var('github') + '/KhronosGroup/SPIRV-Headers.git@' +
Var('spirv_headers_revision'),
2018-09-03 07:14:20 +03:00
}