Skip to content

Commit 55b5777

Browse files
committed
chore: remove local path overrides
1 parent 8358f21 commit 55b5777

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

noengine-cpp-sdl2/MODULE.bazel

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,20 @@ archive_override(
2222
urls = ["https://github.com/seaube/bazel_cute_headers/releases/download/bazel-cute-headers-2024-05-16/bzlmod_cute_c2_1.10.tar.gz"],
2323
)
2424

25-
local_path_override(
25+
git_override(
2626
module_name = "imgui",
27-
path = "../../../zaucy/imgui",
27+
commit = "975821a9513e230601b358aea829b9659de13d11",
28+
remote = "https://github.com/zaucy/imgui.git",
2829
)
29-
local_path_override(
30+
git_override(
3031
module_name = "sdl2",
31-
path = "../../../seaube/SDL",
32+
commit = "2c8acf0e46f14ebbafe3ec9cc05d7ee4b6d7609f",
33+
remote = "https://github.com/zaucy/sdl.git",
3234
)
33-
local_path_override(
35+
git_override(
3436
module_name = "ecsact_rt_entt",
35-
path = "../../ecsact_rt_entt",
37+
commit = "5ed2115146a9f187dca3c0ff9f8c66fbea09bf23",
38+
remote = "https://github.com/ecsact-dev/ecsact_rt_entt.git",
3639
)
3740

3841
ecsact = use_extension("@rules_ecsact//ecsact:extensions.bzl", "ecsact", dev_dependency = True)

0 commit comments

Comments
 (0)