Skip to content

Commit

Permalink
initial commit for moving from WORKSPACE to bazelmod to learn.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSorealheis committed Oct 17, 2024
1 parent 8421906 commit 73be306
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 164 deletions.
9 changes: 9 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
bazel_dep(name = "bazel_features", version = "1.4.1")
bazel_dep(name = "bazel_skylib", version = "1.2.1")
bazel_dep(name = "platforms", version = "0.0.5")
bazel_dep(name = "rules_proto", version = "4.0.0")

local_path_override(module_name = "rules_xcodeproj", path = "build-system/bazel-rules/rules_xcodeproj")
local_path_override(module_name = "build_bazel_rules_apple", path = "build-system/bazel-rules/rules_apple")
local_path_override(module_name = "build_bazel_rules_swift", path = "build-system/bazel-rules/rules_swift")
local_path_override(module_name = "build_bazel_apple_support", path = "build-system/bazel-rules/apple_support")
Loading

0 comments on commit 73be306

Please sign in to comment.