Skip to content

Commit feebc67

Browse files
committed
feat: build receipe can now fetch sources
1 parent 2cf8f73 commit feebc67

File tree

8 files changed

+283
-123
lines changed

8 files changed

+283
-123
lines changed

MODULE.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ bazel_dep(name = "ecsact_interpret", version = "0.5.3")
1515
bazel_dep(name = "ecsact_codegen", version = "0.1.2")
1616
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
1717
bazel_dep(name = "magic_enum", version = "0.9.3")
18+
bazel_dep(name = "curl", version = "8.4.0")
1819
bazel_dep(name = "docopt.cpp", version = "0.6.2")
1920
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
2021
bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1")
22+
bazel_dep(name = "boost.url", version = "1.83.0.bzl.2")
2123
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
2224
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
2325
bazel_dep(name = "yaml-cpp")

0 commit comments

Comments
 (0)