File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ workspace(name = "ecs_idl_unity")
33load ("@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
44load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" )
55
6- local_repository (
6+ git_repository (
77 name = "ecs_idl" ,
8- path = "C:/projects/seaube/ecs-idl" ,
8+ remote = "git@github.com:seaube/ecs-idl.git" ,
9+ commit = "cb294d0d0bf4bb236fecfe4ed31dfdc1c924b350" ,
10+ shallow_since = "1641759679 -0800" ,
911)
1012
1113http_archive (
Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ pkg_7z(
88 strip_prefix = "packages/com.seaube.ecs-idl/" ,
99 extension = "zip" ,
1010 srcs = glob (["com.seaube.ecs-idl/**/*" ]) + [
11- "@ecs_idl//generator/unity_sync:cli" ,
11+ "@ecs_idl//generator/csharp:cli" ,
12+ "@ecs_idl//generator/parser_info:cli" ,
1213 ],
1314 remap_paths = {
14- "../ecs_idl/generator/unity_sync/" : ".tmp/"
15+ "../ecs_idl/generator/csharp/" : ".tmp/" ,
16+ "../ecs_idl/generator/parser_info/" : ".tmp/" ,
1517 },
1618)
1719
@@ -30,7 +32,6 @@ bzlws_copy(
3032 out = "packages/com.seaube.ecs-idl/.tmp/{FILENAME}" ,
3133 metafile_path = ".tmp/.copy_for_dev.yml" ,
3234 srcs = [
33- "@ecs_idl//generator/unity_sync:cli" ,
3435 "@ecs_idl//generator/csharp:cli" ,
3536 "@ecs_idl//generator/parser_info:cli" ,
3637 ],
You can’t perform that action at this time.
0 commit comments