Skip to content

Commit d256c7b

Browse files
authored
Add missing bzl modules to examples (#3219)
1 parent 6b48430 commit d256c7b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

examples/ios/MODULE.bazel

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ bazel_dep(
2828
version = "2.3.1",
2929
repo_name = "build_bazel_rules_swift",
3030
)
31+
bazel_dep(
32+
name = "rules_cc",
33+
version = "0.0.17",
34+
)
3135

3236
###############################################################################
3337
# T O O L C H A I N S

examples/ios_build/MODULE.bazel

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ bazel_dep(
3636
name = "bazel_skylib",
3737
version = "1.7.1",
3838
)
39+
bazel_dep(
40+
name = "platforms",
41+
version = "0.0.11",
42+
)
3943

4044
###############################################################################
4145
# T O O L C H A I N S

0 commit comments

Comments
 (0)