Skip to content

Commit

Permalink
feat: remove rust codegen until stabalized
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 9, 2024
1 parent dc04800 commit 529ab64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ _plugins = [
bzlws_copy(
name = "copy_dist_codegen_plugins",
srcs = select({
"@platforms//os:windows": _plugins + ["@ecsact_rust_codegen_windows//file"],
"@platforms//os:linux": _plugins + ["@ecsact_rust_codegen_linux//file"],
"@platforms//os:windows": _plugins,
"@platforms//os:linux": _plugins,
"//conditions:default": _plugins,
}),
out = "dist/share/ecsact/plugins/{BAZEL_LABEL_NAME}.{EXTNAME}",
Expand Down

0 comments on commit 529ab64

Please sign in to comment.