*: update rules_rust

master
q3k 2021-03-21 22:26:42 +00:00
parent 1db8479493
commit dca2df8635
169 changed files with 206 additions and 206 deletions

View File

@ -3,16 +3,16 @@ workspace(name = "abrasion")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_rust",
# master HEAD as of 2021/01/07
sha256 = "8e1bae501e0df40e8feb2497ebab37c84930bf00b332f8f55315dfc08d85c30a",
strip_prefix = "rules_rust-df18ddbece5b68f86e63414ea4b50d691923039a",
name = "rules_rust",
# master HEAD as of 2021/03/21
sha256 = "94982f79b84c1d8a8ddf73293044819390116bb97f93c63308a3877a858fec63",
strip_prefix = "rules_rust-73cb9389700cef4a863526820dd9169e0c3e1e25",
urls = [
"https://github.com/bazelbuild/rules_rust/archive/df18ddbece5b68f86e63414ea4b50d691923039a.tar.gz",
"https://github.com/bazelbuild/rules_rust/archive/73cb9389700cef4a863526820dd9169e0c3e1e25.tar.gz",
],
)
load("@io_bazel_rules_rust//rust:repositories.bzl", "rust_repositories")
load("@rules_rust//rust:repositories.bzl", "rust_repositories")
rust_repositories()
load("//third_party/shaderc:deps.bzl", "shaderc_deps")

View File

@ -1,4 +1,4 @@
load("@io_bazel_rules_rust//rust:rust.bzl", "rust_binary", "rust_library")
load("@rules_rust//rust:rust.bzl", "rust_binary", "rust_library")
load("@rules_pkg//:pkg.bzl", "pkg_tar")
rust_binary(
@ -49,7 +49,7 @@ rust_binary(
"//third_party/cargo:vulkano",
"//third_party/cargo:vulkano_win",
"@com_github_q3k_q3d//:q3d_rs",
"@io_bazel_rules_rust//tools/runfiles",
"@rules_rust//tools/runfiles",
],
data = [
"//engine/shaders:forward_vert",

View File

@ -1,4 +1,4 @@
load("@io_bazel_rules_rust//rust:rust.bzl", "rust_test", "rust_library")
load("@rules_rust//rust:rust.bzl", "rust_test", "rust_library")
rust_library(
name = "ecs",

View File

@ -24,7 +24,7 @@ targets = [
"x86_64-pc-windows-msvc",
]
genmode = "Vendored"
rust_rules_workspace_name = "io_bazel_rules_rust"
rust_rules_workspace_name = "rules_rust"
package_aliases_dir = "."
default_gen_buildrs = false

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -56,7 +56,7 @@ rust_library(
] + selects.with_or({
# cfg(unix)
(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"//third_party/cargo/vendor/libc-0.2.82:libc",
],
@ -64,7 +64,7 @@ rust_library(
}) + selects.with_or({
# cfg(windows)
(
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
"//third_party/cargo/vendor/winapi-0.3.9:winapi",
],

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -31,7 +31,7 @@ licenses([
# Generated Targets
# buildifier: disable=load-on-top
load(
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
"@rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -54,7 +54,7 @@ rust_library(
] + selects.with_or({
# cfg(unix)
(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"//third_party/cargo/vendor/libc-0.2.82:libc",
],

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -31,7 +31,7 @@ licenses([
# Generated Targets
# buildifier: disable=load-on-top
load(
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
"@rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -55,7 +55,7 @@ rust_library(
] + selects.with_or({
# cfg(unix)
(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"//third_party/cargo/vendor/cfg-if-1.0.0:cfg_if",
],
@ -63,7 +63,7 @@ rust_library(
}) + selects.with_or({
# cfg(windows)
(
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
"//third_party/cargo/vendor/winapi-0.3.9:winapi",
],

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -31,7 +31,7 @@ licenses([
# Generated Targets
# buildifier: disable=load-on-top
load(
"@io_bazel_rules_rust//cargo:cargo_build_script.bzl",
"@rules_rust//cargo:cargo_build_script.bzl",
"cargo_build_script",
)

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -56,7 +56,7 @@ rust_library(
] + selects.with_or({
# cfg(unix)
(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"//third_party/cargo/vendor/libc-0.2.82:libc",
],

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -61,7 +61,7 @@ rust_library(
] + selects.with_or({
# cfg(unix)
(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"//third_party/cargo/vendor/libc-0.2.82:libc",
],
@ -69,7 +69,7 @@ rust_library(
}) + selects.with_or({
# cfg(windows)
(
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
"//third_party/cargo/vendor/kernel32-sys-0.2.2:kernel32_sys",
"//third_party/cargo/vendor/miow-0.2.2:miow",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -57,7 +57,7 @@ rust_library(
] + selects.with_or({
# cfg(any(target_os = "redox", unix, target_os = "wasi"))
(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
"//third_party/cargo/vendor/libc-0.2.82:libc",
],
@ -65,7 +65,7 @@ rust_library(
}) + selects.with_or({
# cfg(windows)
(
"@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc",
"@rules_rust//rust/platform:x86_64-pc-windows-msvc",
): [
"//third_party/cargo/vendor/winapi-0.3.9:winapi",
],

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -59,7 +59,7 @@ rust_library(
] + selects.with_or({
# cfg(any(target_os = "android", target_os = "linux"))
(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
],
"//conditions:default": [],

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
@ -57,7 +57,7 @@ rust_library(
] + selects.with_or({
# cfg(any(target_os = "android", target_os = "linux"))
(
"@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu",
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
): [
],
"//conditions:default": [],

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

View File

@ -7,7 +7,7 @@ DO NOT EDIT! Replaced on runs of cargo-raze
# buildifier: disable=load
load(
"@io_bazel_rules_rust//rust:rust.bzl",
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",

Some files were not shown because too many files have changed in this diff Show More