@@ -11,29 +11,16 @@ bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
1111bazel_dep (name = "entt" , version = "3.12.2" )
1212bazel_dep (name = "ecsact_cli" , version = "0.3.19" )
1313bazel_dep (name = "boost.process" , version = "1.83.0.bzl.2" )
14- bazel_dep (name = "tracy" , version = "0.11.1" )
14+ bazel_dep (name = "tracy" , version = "0.11.1.edr.2 " )
1515
16- bazel_dep (name = "toolchains_llvm" , version = "1.0 .0" , dev_dependency = True )
16+ bazel_dep (name = "toolchains_llvm" , version = "1.2 .0" , dev_dependency = True )
1717bazel_dep (name = "hedron_compile_commands" , dev_dependency = True )
1818git_override (
1919 module_name = "hedron_compile_commands" ,
2020 commit = "a14ad3a64e7bf398ab48105aaa0348e032ac87f8" ,
2121 remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git" ,
2222)
2323
24- # TODO: https://github.com/bazelbuild/bazel-central-registry/pull/1916
25- git_override (
26- module_name = "libarchive" ,
27- commit = "7c331f92acea5243c195cdc6fb46ecfa11ce1ce2" ,
28- remote = "https://github.com/zaucy/libarchive.git" ,
29- )
30-
31- git_override (
32- module_name = "tracy" ,
33- commit = "b75f30a3823bc290b4d2359234d10ff69855d046" ,
34- remote = "https://github.com/seaube/tracy.git" ,
35- )
36-
3724bazel_dep (name = "ecsact_rt_entt" )
3825bazel_dep (name = "xxhash" , version = "0.8.2" )
3926
@@ -45,7 +32,7 @@ local_path_override(
4532register_toolchains ("@ecsact_cli//:all" )
4633
4734llvm = use_extension ("@toolchains_llvm//toolchain/extensions:llvm.bzl" , "llvm" , dev_dependency = True )
48- llvm .toolchain (llvm_version = "17.0.6 " )
35+ llvm .toolchain (llvm_version = "19.1.0 " )
4936use_repo (llvm , "llvm_toolchain" , "llvm_toolchain_llvm" )
5037
5138ecsact = use_extension ("@rules_ecsact//ecsact:extensions.bzl" , "ecsact" , dev_dependency = True )
0 commit comments