Skip to content

Commit cc1e6c5

Browse files
authored
[ROLL] Roll deps (KhronosGroup#6127)
Update spirv-headers and modify MODULE.bazel to make it work.
1 parent 9693056 commit cc1e6c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414

1515
're2_revision': 'c84a140c93352cdabbfb547c531be34515b12228',
1616

17-
'spirv_headers_revision': 'bab63ff679c41eb75fc67dac76e1dc44426101e1',
17+
'spirv_headers_revision': '3786ee89d584f5ba46f31dc5253e6dfaa222e5c1',
1818
}
1919

2020
deps = {

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ python = use_extension(
3131
python.toolchain(python_version = "3.12",
3232
is_default = True,
3333
ignore_root_user_error = True)
34+
35+
bazel_dep(name = "rules_cc", version = "0.1.1")

0 commit comments

Comments
 (0)