Skip to content

Commit

Permalink
feat: build receipe can now fetch sources
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Mar 25, 2024
1 parent 2cf8f73 commit feebc67
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 123 deletions.
2 changes: 2 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ bazel_dep(name = "ecsact_interpret", version = "0.5.3")
bazel_dep(name = "ecsact_codegen", version = "0.1.2")
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "magic_enum", version = "0.9.3")
bazel_dep(name = "curl", version = "8.4.0")
bazel_dep(name = "docopt.cpp", version = "0.6.2")
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.url", version = "1.83.0.bzl.2")
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
bazel_dep(name = "yaml-cpp")
Expand Down
Loading

0 comments on commit feebc67

Please # to comment.