Skip to content

Commit

Permalink
Remove the explicit dependency on rules_cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Nov 13, 2024
1 parent c200fa2 commit c62e73e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Bazel(http://bazel.io) BUILD file

load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")

licenses(["notice"])

exports_files(["LICENSE"])
Expand Down
2 changes: 0 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ module(
version = "3.3.0",
compatibility_level = 3,
)

bazel_dep(name = "rules_cc", version = "0.0.13")

0 comments on commit c62e73e

Please sign in to comment.