Skip to content

Commit 953be5a

Browse files
committed
Using ecs_idl from git, and updated package zip
1 parent c671142 commit 953be5a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

WORKSPACE

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ workspace(name = "ecs_idl_unity")
33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44
load("@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

1113
http_archive(

packages/BUILD.bazel

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)