Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# MODULE.bazel
module(
name = "rules_cc_resources",
version = "0.2.0",
version = "0.3.0",
)

bazel_dep(name = "rules_cc", version = "0.1.1")
bazel_dep(name = "rules_python", version = "1.4.1")

# Setup Python toolchain (required by rules_python)
python = use_extension("@rules_python//python:extensions.bzl", "python")
python.toolchain(
name = "python_toolchain",
python_version = "3.11",
)
use_repo(python, "python_toolchain")
bazel_dep(name = "rules_cc", version = "0.2.14")
64 changes: 12 additions & 52 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added example/.bazelrc
Empty file.
2 changes: 1 addition & 1 deletion example/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ local_path_override(
path = "..",
)

bazel_dep(name = "rules_cc", version = "0.1.1")
bazel_dep(name = "rules_cc", version = "0.2.14")
Loading