Skip to content

Commit 73be306

Browse files
initial commit for moving from WORKSPACE to bazelmod to learn.
1 parent 8421906 commit 73be306

3 files changed

Lines changed: 505 additions & 164 deletions

File tree

MODULE.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@
44
#
55
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
66
###############################################################################
7+
bazel_dep(name = "bazel_features", version = "1.4.1")
8+
bazel_dep(name = "bazel_skylib", version = "1.2.1")
9+
bazel_dep(name = "platforms", version = "0.0.5")
10+
bazel_dep(name = "rules_proto", version = "4.0.0")
11+
12+
local_path_override(module_name = "rules_xcodeproj", path = "build-system/bazel-rules/rules_xcodeproj")
13+
local_path_override(module_name = "build_bazel_rules_apple", path = "build-system/bazel-rules/rules_apple")
14+
local_path_override(module_name = "build_bazel_rules_swift", path = "build-system/bazel-rules/rules_swift")
15+
local_path_override(module_name = "build_bazel_apple_support", path = "build-system/bazel-rules/apple_support")

0 commit comments

Comments
 (0)