diff --git a/WORKSPACE b/WORKSPACE index be2b664..fe128ca 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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") diff --git a/engine/BUILD b/engine/BUILD index bd8a8ec..44ced6e 100644 --- a/engine/BUILD +++ b/engine/BUILD @@ -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", diff --git a/lib/ecs/BUILD b/lib/ecs/BUILD index 33d5b39..9864147 100644 --- a/lib/ecs/BUILD +++ b/lib/ecs/BUILD @@ -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", diff --git a/third_party/cargo/Cargo.toml b/third_party/cargo/Cargo.toml index c19c7d7..facfc42 100644 --- a/third_party/cargo/Cargo.toml +++ b/third_party/cargo/Cargo.toml @@ -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 diff --git a/third_party/cargo/vendor/ab_glyph_rasterizer-0.1.4/BUILD.bazel b/third_party/cargo/vendor/ab_glyph_rasterizer-0.1.4/BUILD.bazel index 8bf4e34..6818070 100644 --- a/third_party/cargo/vendor/ab_glyph_rasterizer-0.1.4/BUILD.bazel +++ b/third_party/cargo/vendor/ab_glyph_rasterizer-0.1.4/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/adler-0.2.3/BUILD.bazel b/third_party/cargo/vendor/adler-0.2.3/BUILD.bazel index ed795aa..e3eecd8 100644 --- a/third_party/cargo/vendor/adler-0.2.3/BUILD.bazel +++ b/third_party/cargo/vendor/adler-0.2.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/adler32-1.2.0/BUILD.bazel b/third_party/cargo/vendor/adler32-1.2.0/BUILD.bazel index 8dc4725..6ab09f5 100644 --- a/third_party/cargo/vendor/adler32-1.2.0/BUILD.bazel +++ b/third_party/cargo/vendor/adler32-1.2.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/aho-corasick-0.7.15/BUILD.bazel b/third_party/cargo/vendor/aho-corasick-0.7.15/BUILD.bazel index 1611955..f3f6ffe 100644 --- a/third_party/cargo/vendor/aho-corasick-0.7.15/BUILD.bazel +++ b/third_party/cargo/vendor/aho-corasick-0.7.15/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/andrew-0.3.1/BUILD.bazel b/third_party/cargo/vendor/andrew-0.3.1/BUILD.bazel index 7f5dbc6..a59db73 100644 --- a/third_party/cargo/vendor/andrew-0.3.1/BUILD.bazel +++ b/third_party/cargo/vendor/andrew-0.3.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/approx-0.4.0/BUILD.bazel b/third_party/cargo/vendor/approx-0.4.0/BUILD.bazel index cb0932a..f9fe823 100644 --- a/third_party/cargo/vendor/approx-0.4.0/BUILD.bazel +++ b/third_party/cargo/vendor/approx-0.4.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/atty-0.2.14/BUILD.bazel b/third_party/cargo/vendor/atty-0.2.14/BUILD.bazel index e6d1d6e..78644ad 100644 --- a/third_party/cargo/vendor/atty-0.2.14/BUILD.bazel +++ b/third_party/cargo/vendor/atty-0.2.14/BUILD.bazel @@ -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", ], diff --git a/third_party/cargo/vendor/autocfg-1.0.1/BUILD.bazel b/third_party/cargo/vendor/autocfg-1.0.1/BUILD.bazel index 38981fb..36cdf80 100644 --- a/third_party/cargo/vendor/autocfg-1.0.1/BUILD.bazel +++ b/third_party/cargo/vendor/autocfg-1.0.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/bitflags-1.2.1/BUILD.bazel b/third_party/cargo/vendor/bitflags-1.2.1/BUILD.bazel index 7a79d38..b6d8382 100644 --- a/third_party/cargo/vendor/bitflags-1.2.1/BUILD.bazel +++ b/third_party/cargo/vendor/bitflags-1.2.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/block-0.1.6/BUILD.bazel b/third_party/cargo/vendor/block-0.1.6/BUILD.bazel index f358af1..a7fd0c9 100644 --- a/third_party/cargo/vendor/block-0.1.6/BUILD.bazel +++ b/third_party/cargo/vendor/block-0.1.6/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/bytemuck-1.4.1/BUILD.bazel b/third_party/cargo/vendor/bytemuck-1.4.1/BUILD.bazel index cc4d3b4..7938c7d 100644 --- a/third_party/cargo/vendor/bytemuck-1.4.1/BUILD.bazel +++ b/third_party/cargo/vendor/bytemuck-1.4.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/byteorder-1.3.4/BUILD.bazel b/third_party/cargo/vendor/byteorder-1.3.4/BUILD.bazel index be911bb..49ddc9f 100644 --- a/third_party/cargo/vendor/byteorder-1.3.4/BUILD.bazel +++ b/third_party/cargo/vendor/byteorder-1.3.4/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/calloop-0.6.5/BUILD.bazel b/third_party/cargo/vendor/calloop-0.6.5/BUILD.bazel index 1e74556..76babfc 100644 --- a/third_party/cargo/vendor/calloop-0.6.5/BUILD.bazel +++ b/third_party/cargo/vendor/calloop-0.6.5/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/cc-1.0.66/BUILD.bazel b/third_party/cargo/vendor/cc-1.0.66/BUILD.bazel index f797aab..6aa6336 100644 --- a/third_party/cargo/vendor/cc-1.0.66/BUILD.bazel +++ b/third_party/cargo/vendor/cc-1.0.66/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/cfg-if-0.1.10/BUILD.bazel b/third_party/cargo/vendor/cfg-if-0.1.10/BUILD.bazel index 444baf5..366b9c8 100644 --- a/third_party/cargo/vendor/cfg-if-0.1.10/BUILD.bazel +++ b/third_party/cargo/vendor/cfg-if-0.1.10/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/cfg-if-1.0.0/BUILD.bazel b/third_party/cargo/vendor/cfg-if-1.0.0/BUILD.bazel index d9fc006..044d356 100644 --- a/third_party/cargo/vendor/cfg-if-1.0.0/BUILD.bazel +++ b/third_party/cargo/vendor/cfg-if-1.0.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/cgmath-0.18.0/BUILD.bazel b/third_party/cargo/vendor/cgmath-0.18.0/BUILD.bazel index abe2ab8..80367cd 100644 --- a/third_party/cargo/vendor/cgmath-0.18.0/BUILD.bazel +++ b/third_party/cargo/vendor/cgmath-0.18.0/BUILD.bazel @@ -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", ) diff --git a/third_party/cargo/vendor/cocoa-0.20.2/BUILD.bazel b/third_party/cargo/vendor/cocoa-0.20.2/BUILD.bazel index d22381c..e04bec3 100644 --- a/third_party/cargo/vendor/cocoa-0.20.2/BUILD.bazel +++ b/third_party/cargo/vendor/cocoa-0.20.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/cocoa-0.24.0/BUILD.bazel b/third_party/cargo/vendor/cocoa-0.24.0/BUILD.bazel index 2507677..f655015 100644 --- a/third_party/cargo/vendor/cocoa-0.24.0/BUILD.bazel +++ b/third_party/cargo/vendor/cocoa-0.24.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/cocoa-foundation-0.1.0/BUILD.bazel b/third_party/cargo/vendor/cocoa-foundation-0.1.0/BUILD.bazel index 808a49d..4ac7341 100644 --- a/third_party/cargo/vendor/cocoa-foundation-0.1.0/BUILD.bazel +++ b/third_party/cargo/vendor/cocoa-foundation-0.1.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/color_quant-1.1.0/BUILD.bazel b/third_party/cargo/vendor/color_quant-1.1.0/BUILD.bazel index 82a20bb..d841d1e 100644 --- a/third_party/cargo/vendor/color_quant-1.1.0/BUILD.bazel +++ b/third_party/cargo/vendor/color_quant-1.1.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/const_fn-0.4.5/BUILD.bazel b/third_party/cargo/vendor/const_fn-0.4.5/BUILD.bazel index de1232c..05d35b4 100644 --- a/third_party/cargo/vendor/const_fn-0.4.5/BUILD.bazel +++ b/third_party/cargo/vendor/const_fn-0.4.5/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/core-foundation-0.7.0/BUILD.bazel b/third_party/cargo/vendor/core-foundation-0.7.0/BUILD.bazel index 59b6701..aefb48d 100644 --- a/third_party/cargo/vendor/core-foundation-0.7.0/BUILD.bazel +++ b/third_party/cargo/vendor/core-foundation-0.7.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/core-foundation-0.9.1/BUILD.bazel b/third_party/cargo/vendor/core-foundation-0.9.1/BUILD.bazel index f7f36f2..ecb47cd 100644 --- a/third_party/cargo/vendor/core-foundation-0.9.1/BUILD.bazel +++ b/third_party/cargo/vendor/core-foundation-0.9.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/core-foundation-sys-0.7.0/BUILD.bazel b/third_party/cargo/vendor/core-foundation-sys-0.7.0/BUILD.bazel index ed901d8..8f1b2b5 100644 --- a/third_party/cargo/vendor/core-foundation-sys-0.7.0/BUILD.bazel +++ b/third_party/cargo/vendor/core-foundation-sys-0.7.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/core-foundation-sys-0.8.2/BUILD.bazel b/third_party/cargo/vendor/core-foundation-sys-0.8.2/BUILD.bazel index a7c392b..842f039 100644 --- a/third_party/cargo/vendor/core-foundation-sys-0.8.2/BUILD.bazel +++ b/third_party/cargo/vendor/core-foundation-sys-0.8.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/core-graphics-0.19.2/BUILD.bazel b/third_party/cargo/vendor/core-graphics-0.19.2/BUILD.bazel index 8e604a4..fe1a68a 100644 --- a/third_party/cargo/vendor/core-graphics-0.19.2/BUILD.bazel +++ b/third_party/cargo/vendor/core-graphics-0.19.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/core-graphics-0.22.2/BUILD.bazel b/third_party/cargo/vendor/core-graphics-0.22.2/BUILD.bazel index edda3a9..cbca1d4 100644 --- a/third_party/cargo/vendor/core-graphics-0.22.2/BUILD.bazel +++ b/third_party/cargo/vendor/core-graphics-0.22.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/core-graphics-types-0.1.1/BUILD.bazel b/third_party/cargo/vendor/core-graphics-types-0.1.1/BUILD.bazel index 88afa6d..9d84395 100644 --- a/third_party/cargo/vendor/core-graphics-types-0.1.1/BUILD.bazel +++ b/third_party/cargo/vendor/core-graphics-types-0.1.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/core-video-sys-0.1.4/BUILD.bazel b/third_party/cargo/vendor/core-video-sys-0.1.4/BUILD.bazel index de660a2..089c8b2 100644 --- a/third_party/cargo/vendor/core-video-sys-0.1.4/BUILD.bazel +++ b/third_party/cargo/vendor/core-video-sys-0.1.4/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crc32fast-1.2.1/BUILD.bazel b/third_party/cargo/vendor/crc32fast-1.2.1/BUILD.bazel index 1cf1bf2..5f9fc92 100644 --- a/third_party/cargo/vendor/crc32fast-1.2.1/BUILD.bazel +++ b/third_party/cargo/vendor/crc32fast-1.2.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-0.7.3/BUILD.bazel b/third_party/cargo/vendor/crossbeam-0.7.3/BUILD.bazel index 7c3f2d0..0278c4d 100644 --- a/third_party/cargo/vendor/crossbeam-0.7.3/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-0.7.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-channel-0.4.4/BUILD.bazel b/third_party/cargo/vendor/crossbeam-channel-0.4.4/BUILD.bazel index ff01f96..ab05d29 100644 --- a/third_party/cargo/vendor/crossbeam-channel-0.4.4/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-channel-0.4.4/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-channel-0.5.0/BUILD.bazel b/third_party/cargo/vendor/crossbeam-channel-0.5.0/BUILD.bazel index 9be47fb..24a5bc2 100644 --- a/third_party/cargo/vendor/crossbeam-channel-0.5.0/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-channel-0.5.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-deque-0.7.3/BUILD.bazel b/third_party/cargo/vendor/crossbeam-deque-0.7.3/BUILD.bazel index a26e065..02b7574 100644 --- a/third_party/cargo/vendor/crossbeam-deque-0.7.3/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-deque-0.7.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-deque-0.8.0/BUILD.bazel b/third_party/cargo/vendor/crossbeam-deque-0.8.0/BUILD.bazel index e177c88..f1d56d8 100644 --- a/third_party/cargo/vendor/crossbeam-deque-0.8.0/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-deque-0.8.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-epoch-0.8.2/BUILD.bazel b/third_party/cargo/vendor/crossbeam-epoch-0.8.2/BUILD.bazel index 0aa4ac5..0f0d401 100644 --- a/third_party/cargo/vendor/crossbeam-epoch-0.8.2/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-epoch-0.8.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-epoch-0.9.1/BUILD.bazel b/third_party/cargo/vendor/crossbeam-epoch-0.9.1/BUILD.bazel index 89b51b0..faf53be 100644 --- a/third_party/cargo/vendor/crossbeam-epoch-0.9.1/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-epoch-0.9.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-queue-0.2.3/BUILD.bazel b/third_party/cargo/vendor/crossbeam-queue-0.2.3/BUILD.bazel index d08f695..70c6b3f 100644 --- a/third_party/cargo/vendor/crossbeam-queue-0.2.3/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-queue-0.2.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-utils-0.7.2/BUILD.bazel b/third_party/cargo/vendor/crossbeam-utils-0.7.2/BUILD.bazel index 27f41fb..f27447b 100644 --- a/third_party/cargo/vendor/crossbeam-utils-0.7.2/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-utils-0.7.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/crossbeam-utils-0.8.1/BUILD.bazel b/third_party/cargo/vendor/crossbeam-utils-0.8.1/BUILD.bazel index 9dadc62..c0650ae 100644 --- a/third_party/cargo/vendor/crossbeam-utils-0.8.1/BUILD.bazel +++ b/third_party/cargo/vendor/crossbeam-utils-0.8.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/darling-0.10.2/BUILD.bazel b/third_party/cargo/vendor/darling-0.10.2/BUILD.bazel index ab54fa3..025daea 100644 --- a/third_party/cargo/vendor/darling-0.10.2/BUILD.bazel +++ b/third_party/cargo/vendor/darling-0.10.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/darling_core-0.10.2/BUILD.bazel b/third_party/cargo/vendor/darling_core-0.10.2/BUILD.bazel index 54de54e..1348956 100644 --- a/third_party/cargo/vendor/darling_core-0.10.2/BUILD.bazel +++ b/third_party/cargo/vendor/darling_core-0.10.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/darling_macro-0.10.2/BUILD.bazel b/third_party/cargo/vendor/darling_macro-0.10.2/BUILD.bazel index 102dd92..32e82bd 100644 --- a/third_party/cargo/vendor/darling_macro-0.10.2/BUILD.bazel +++ b/third_party/cargo/vendor/darling_macro-0.10.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/deflate-0.8.6/BUILD.bazel b/third_party/cargo/vendor/deflate-0.8.6/BUILD.bazel index 8ad6a36..66d7f62 100644 --- a/third_party/cargo/vendor/deflate-0.8.6/BUILD.bazel +++ b/third_party/cargo/vendor/deflate-0.8.6/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/derivative-2.1.3/BUILD.bazel b/third_party/cargo/vendor/derivative-2.1.3/BUILD.bazel index 447d2f6..058b953 100644 --- a/third_party/cargo/vendor/derivative-2.1.3/BUILD.bazel +++ b/third_party/cargo/vendor/derivative-2.1.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/dispatch-0.2.0/BUILD.bazel b/third_party/cargo/vendor/dispatch-0.2.0/BUILD.bazel index a07b5ce..b6bdac4 100644 --- a/third_party/cargo/vendor/dispatch-0.2.0/BUILD.bazel +++ b/third_party/cargo/vendor/dispatch-0.2.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/dlib-0.4.2/BUILD.bazel b/third_party/cargo/vendor/dlib-0.4.2/BUILD.bazel index 7ccb8ec..dda56b0 100644 --- a/third_party/cargo/vendor/dlib-0.4.2/BUILD.bazel +++ b/third_party/cargo/vendor/dlib-0.4.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/downcast-rs-1.2.0/BUILD.bazel b/third_party/cargo/vendor/downcast-rs-1.2.0/BUILD.bazel index b577dc5..00d9645 100644 --- a/third_party/cargo/vendor/downcast-rs-1.2.0/BUILD.bazel +++ b/third_party/cargo/vendor/downcast-rs-1.2.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/either-1.6.1/BUILD.bazel b/third_party/cargo/vendor/either-1.6.1/BUILD.bazel index 9f9b011..7cd71f2 100644 --- a/third_party/cargo/vendor/either-1.6.1/BUILD.bazel +++ b/third_party/cargo/vendor/either-1.6.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/env_logger-0.6.2/BUILD.bazel b/third_party/cargo/vendor/env_logger-0.6.2/BUILD.bazel index 0f41deb..f4ea01a 100644 --- a/third_party/cargo/vendor/env_logger-0.6.2/BUILD.bazel +++ b/third_party/cargo/vendor/env_logger-0.6.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/flatbuffers-0.6.1/BUILD.bazel b/third_party/cargo/vendor/flatbuffers-0.6.1/BUILD.bazel index 41271d1..c5dc82e 100644 --- a/third_party/cargo/vendor/flatbuffers-0.6.1/BUILD.bazel +++ b/third_party/cargo/vendor/flatbuffers-0.6.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/fnv-1.0.7/BUILD.bazel b/third_party/cargo/vendor/fnv-1.0.7/BUILD.bazel index 4a1191d..590b4c6 100644 --- a/third_party/cargo/vendor/fnv-1.0.7/BUILD.bazel +++ b/third_party/cargo/vendor/fnv-1.0.7/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/foreign-types-0.3.2/BUILD.bazel b/third_party/cargo/vendor/foreign-types-0.3.2/BUILD.bazel index 868c4a7..c92dc04 100644 --- a/third_party/cargo/vendor/foreign-types-0.3.2/BUILD.bazel +++ b/third_party/cargo/vendor/foreign-types-0.3.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/foreign-types-shared-0.1.1/BUILD.bazel b/third_party/cargo/vendor/foreign-types-shared-0.1.1/BUILD.bazel index 049d8ab..7f935b5 100644 --- a/third_party/cargo/vendor/foreign-types-shared-0.1.1/BUILD.bazel +++ b/third_party/cargo/vendor/foreign-types-shared-0.1.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/fuchsia-zircon-0.3.3/BUILD.bazel b/third_party/cargo/vendor/fuchsia-zircon-0.3.3/BUILD.bazel index 286219f..9f9bc9e 100644 --- a/third_party/cargo/vendor/fuchsia-zircon-0.3.3/BUILD.bazel +++ b/third_party/cargo/vendor/fuchsia-zircon-0.3.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/fuchsia-zircon-sys-0.3.3/BUILD.bazel b/third_party/cargo/vendor/fuchsia-zircon-sys-0.3.3/BUILD.bazel index 3860da1..569c741 100644 --- a/third_party/cargo/vendor/fuchsia-zircon-sys-0.3.3/BUILD.bazel +++ b/third_party/cargo/vendor/fuchsia-zircon-sys-0.3.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/gif-0.11.1/BUILD.bazel b/third_party/cargo/vendor/gif-0.11.1/BUILD.bazel index 8605013..62a65ce 100644 --- a/third_party/cargo/vendor/gif-0.11.1/BUILD.bazel +++ b/third_party/cargo/vendor/gif-0.11.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/half-1.6.0/BUILD.bazel b/third_party/cargo/vendor/half-1.6.0/BUILD.bazel index 558384e..a501ddf 100644 --- a/third_party/cargo/vendor/half-1.6.0/BUILD.bazel +++ b/third_party/cargo/vendor/half-1.6.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/hermit-abi-0.1.17/BUILD.bazel b/third_party/cargo/vendor/hermit-abi-0.1.17/BUILD.bazel index 219ddc2..606ac1a 100644 --- a/third_party/cargo/vendor/hermit-abi-0.1.17/BUILD.bazel +++ b/third_party/cargo/vendor/hermit-abi-0.1.17/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/humantime-1.3.0/BUILD.bazel b/third_party/cargo/vendor/humantime-1.3.0/BUILD.bazel index d29a762..91be04b 100644 --- a/third_party/cargo/vendor/humantime-1.3.0/BUILD.bazel +++ b/third_party/cargo/vendor/humantime-1.3.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/ident_case-1.0.1/BUILD.bazel b/third_party/cargo/vendor/ident_case-1.0.1/BUILD.bazel index 69e709b..7d3aed4 100644 --- a/third_party/cargo/vendor/ident_case-1.0.1/BUILD.bazel +++ b/third_party/cargo/vendor/ident_case-1.0.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/image-0.23.12/BUILD.bazel b/third_party/cargo/vendor/image-0.23.12/BUILD.bazel index bab0401..62ef8ee 100644 --- a/third_party/cargo/vendor/image-0.23.12/BUILD.bazel +++ b/third_party/cargo/vendor/image-0.23.12/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/instant-0.1.9/BUILD.bazel b/third_party/cargo/vendor/instant-0.1.9/BUILD.bazel index 48f9627..4cd3e70 100644 --- a/third_party/cargo/vendor/instant-0.1.9/BUILD.bazel +++ b/third_party/cargo/vendor/instant-0.1.9/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/iovec-0.1.4/BUILD.bazel b/third_party/cargo/vendor/iovec-0.1.4/BUILD.bazel index e441d6d..c73b832 100644 --- a/third_party/cargo/vendor/iovec-0.1.4/BUILD.bazel +++ b/third_party/cargo/vendor/iovec-0.1.4/BUILD.bazel @@ -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", ], diff --git a/third_party/cargo/vendor/jni-sys-0.3.0/BUILD.bazel b/third_party/cargo/vendor/jni-sys-0.3.0/BUILD.bazel index bc28030..b3ec8cd 100644 --- a/third_party/cargo/vendor/jni-sys-0.3.0/BUILD.bazel +++ b/third_party/cargo/vendor/jni-sys-0.3.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/jpeg-decoder-0.1.20/BUILD.bazel b/third_party/cargo/vendor/jpeg-decoder-0.1.20/BUILD.bazel index 874e9d1..41b06be 100644 --- a/third_party/cargo/vendor/jpeg-decoder-0.1.20/BUILD.bazel +++ b/third_party/cargo/vendor/jpeg-decoder-0.1.20/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/kernel32-sys-0.2.2/BUILD.bazel b/third_party/cargo/vendor/kernel32-sys-0.2.2/BUILD.bazel index 936475f..bead771 100644 --- a/third_party/cargo/vendor/kernel32-sys-0.2.2/BUILD.bazel +++ b/third_party/cargo/vendor/kernel32-sys-0.2.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/lazy_static-1.4.0/BUILD.bazel b/third_party/cargo/vendor/lazy_static-1.4.0/BUILD.bazel index 968670c..e215bb6 100644 --- a/third_party/cargo/vendor/lazy_static-1.4.0/BUILD.bazel +++ b/third_party/cargo/vendor/lazy_static-1.4.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/lazycell-1.3.0/BUILD.bazel b/third_party/cargo/vendor/lazycell-1.3.0/BUILD.bazel index c9097c5..b0178d3 100644 --- a/third_party/cargo/vendor/lazycell-1.3.0/BUILD.bazel +++ b/third_party/cargo/vendor/lazycell-1.3.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/libc-0.2.82/BUILD.bazel b/third_party/cargo/vendor/libc-0.2.82/BUILD.bazel index 44939b9..2a55a43 100644 --- a/third_party/cargo/vendor/libc-0.2.82/BUILD.bazel +++ b/third_party/cargo/vendor/libc-0.2.82/BUILD.bazel @@ -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", ) diff --git a/third_party/cargo/vendor/libloading-0.6.6/BUILD.bazel b/third_party/cargo/vendor/libloading-0.6.6/BUILD.bazel index 2c22e71..e0148a0 100644 --- a/third_party/cargo/vendor/libloading-0.6.6/BUILD.bazel +++ b/third_party/cargo/vendor/libloading-0.6.6/BUILD.bazel @@ -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", ], diff --git a/third_party/cargo/vendor/lock_api-0.4.2/BUILD.bazel b/third_party/cargo/vendor/lock_api-0.4.2/BUILD.bazel index 6e8460e..68f7f37 100644 --- a/third_party/cargo/vendor/lock_api-0.4.2/BUILD.bazel +++ b/third_party/cargo/vendor/lock_api-0.4.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/log-0.4.11/BUILD.bazel b/third_party/cargo/vendor/log-0.4.11/BUILD.bazel index 6d74d76..248f271 100644 --- a/third_party/cargo/vendor/log-0.4.11/BUILD.bazel +++ b/third_party/cargo/vendor/log-0.4.11/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/malloc_buf-0.0.6/BUILD.bazel b/third_party/cargo/vendor/malloc_buf-0.0.6/BUILD.bazel index a8ab103..f0585fe 100644 --- a/third_party/cargo/vendor/malloc_buf-0.0.6/BUILD.bazel +++ b/third_party/cargo/vendor/malloc_buf-0.0.6/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/maybe-uninit-2.0.0/BUILD.bazel b/third_party/cargo/vendor/maybe-uninit-2.0.0/BUILD.bazel index 57edd0c..399b96a 100644 --- a/third_party/cargo/vendor/maybe-uninit-2.0.0/BUILD.bazel +++ b/third_party/cargo/vendor/maybe-uninit-2.0.0/BUILD.bazel @@ -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", ) diff --git a/third_party/cargo/vendor/memchr-2.3.4/BUILD.bazel b/third_party/cargo/vendor/memchr-2.3.4/BUILD.bazel index 79dfbc2..8b6a9d7 100644 --- a/third_party/cargo/vendor/memchr-2.3.4/BUILD.bazel +++ b/third_party/cargo/vendor/memchr-2.3.4/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/memmap2-0.1.0/BUILD.bazel b/third_party/cargo/vendor/memmap2-0.1.0/BUILD.bazel index b2c9c80..6528bc2 100644 --- a/third_party/cargo/vendor/memmap2-0.1.0/BUILD.bazel +++ b/third_party/cargo/vendor/memmap2-0.1.0/BUILD.bazel @@ -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", ], diff --git a/third_party/cargo/vendor/memoffset-0.5.6/BUILD.bazel b/third_party/cargo/vendor/memoffset-0.5.6/BUILD.bazel index f1285ff..d2c9afa 100644 --- a/third_party/cargo/vendor/memoffset-0.5.6/BUILD.bazel +++ b/third_party/cargo/vendor/memoffset-0.5.6/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/memoffset-0.6.1/BUILD.bazel b/third_party/cargo/vendor/memoffset-0.6.1/BUILD.bazel index bfe0e3c..69e1d2f 100644 --- a/third_party/cargo/vendor/memoffset-0.6.1/BUILD.bazel +++ b/third_party/cargo/vendor/memoffset-0.6.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/metal-0.18.0/BUILD.bazel b/third_party/cargo/vendor/metal-0.18.0/BUILD.bazel index f1b6c17..3ebc385 100644 --- a/third_party/cargo/vendor/metal-0.18.0/BUILD.bazel +++ b/third_party/cargo/vendor/metal-0.18.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/miniz_oxide-0.3.7/BUILD.bazel b/third_party/cargo/vendor/miniz_oxide-0.3.7/BUILD.bazel index c104553..6c9ac18 100644 --- a/third_party/cargo/vendor/miniz_oxide-0.3.7/BUILD.bazel +++ b/third_party/cargo/vendor/miniz_oxide-0.3.7/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/miniz_oxide-0.4.3/BUILD.bazel b/third_party/cargo/vendor/miniz_oxide-0.4.3/BUILD.bazel index b97bce6..575ba18 100644 --- a/third_party/cargo/vendor/miniz_oxide-0.4.3/BUILD.bazel +++ b/third_party/cargo/vendor/miniz_oxide-0.4.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/mio-0.6.23/BUILD.bazel b/third_party/cargo/vendor/mio-0.6.23/BUILD.bazel index 80c20c8..0ba87b5 100644 --- a/third_party/cargo/vendor/mio-0.6.23/BUILD.bazel +++ b/third_party/cargo/vendor/mio-0.6.23/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/mio-extras-2.0.6/BUILD.bazel b/third_party/cargo/vendor/mio-extras-2.0.6/BUILD.bazel index 32afdad..5053303 100644 --- a/third_party/cargo/vendor/mio-extras-2.0.6/BUILD.bazel +++ b/third_party/cargo/vendor/mio-extras-2.0.6/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/miow-0.2.2/BUILD.bazel b/third_party/cargo/vendor/miow-0.2.2/BUILD.bazel index 5f5d8e5..b18479b 100644 --- a/third_party/cargo/vendor/miow-0.2.2/BUILD.bazel +++ b/third_party/cargo/vendor/miow-0.2.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/ndk-0.2.1/BUILD.bazel b/third_party/cargo/vendor/ndk-0.2.1/BUILD.bazel index 18e00f4..b57f832 100644 --- a/third_party/cargo/vendor/ndk-0.2.1/BUILD.bazel +++ b/third_party/cargo/vendor/ndk-0.2.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/ndk-glue-0.2.1/BUILD.bazel b/third_party/cargo/vendor/ndk-glue-0.2.1/BUILD.bazel index 16b8975..02cfe33 100644 --- a/third_party/cargo/vendor/ndk-glue-0.2.1/BUILD.bazel +++ b/third_party/cargo/vendor/ndk-glue-0.2.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/ndk-macro-0.2.0/BUILD.bazel b/third_party/cargo/vendor/ndk-macro-0.2.0/BUILD.bazel index 5f5c257..8b75931 100644 --- a/third_party/cargo/vendor/ndk-macro-0.2.0/BUILD.bazel +++ b/third_party/cargo/vendor/ndk-macro-0.2.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/ndk-sys-0.2.1/BUILD.bazel b/third_party/cargo/vendor/ndk-sys-0.2.1/BUILD.bazel index 028f3a4..29b9dfe 100644 --- a/third_party/cargo/vendor/ndk-sys-0.2.1/BUILD.bazel +++ b/third_party/cargo/vendor/ndk-sys-0.2.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/net2-0.2.37/BUILD.bazel b/third_party/cargo/vendor/net2-0.2.37/BUILD.bazel index f0c26d9..e8d3016 100644 --- a/third_party/cargo/vendor/net2-0.2.37/BUILD.bazel +++ b/third_party/cargo/vendor/net2-0.2.37/BUILD.bazel @@ -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", ], diff --git a/third_party/cargo/vendor/nix-0.18.0/BUILD.bazel b/third_party/cargo/vendor/nix-0.18.0/BUILD.bazel index e06e5a8..476b6be 100644 --- a/third_party/cargo/vendor/nix-0.18.0/BUILD.bazel +++ b/third_party/cargo/vendor/nix-0.18.0/BUILD.bazel @@ -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": [], diff --git a/third_party/cargo/vendor/nix-0.19.1/BUILD.bazel b/third_party/cargo/vendor/nix-0.19.1/BUILD.bazel index 007c5e3..c344364 100644 --- a/third_party/cargo/vendor/nix-0.19.1/BUILD.bazel +++ b/third_party/cargo/vendor/nix-0.19.1/BUILD.bazel @@ -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": [], diff --git a/third_party/cargo/vendor/nom-6.0.1/BUILD.bazel b/third_party/cargo/vendor/nom-6.0.1/BUILD.bazel index 4191358..c6b9392 100644 --- a/third_party/cargo/vendor/nom-6.0.1/BUILD.bazel +++ b/third_party/cargo/vendor/nom-6.0.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/num-integer-0.1.44/BUILD.bazel b/third_party/cargo/vendor/num-integer-0.1.44/BUILD.bazel index a7115e8..0fb9131 100644 --- a/third_party/cargo/vendor/num-integer-0.1.44/BUILD.bazel +++ b/third_party/cargo/vendor/num-integer-0.1.44/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/num-iter-0.1.42/BUILD.bazel b/third_party/cargo/vendor/num-iter-0.1.42/BUILD.bazel index 37dd98f..19299c5 100644 --- a/third_party/cargo/vendor/num-iter-0.1.42/BUILD.bazel +++ b/third_party/cargo/vendor/num-iter-0.1.42/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/num-rational-0.3.2/BUILD.bazel b/third_party/cargo/vendor/num-rational-0.3.2/BUILD.bazel index d8c10ec..6936fe5 100644 --- a/third_party/cargo/vendor/num-rational-0.3.2/BUILD.bazel +++ b/third_party/cargo/vendor/num-rational-0.3.2/BUILD.bazel @@ -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", ) diff --git a/third_party/cargo/vendor/num-traits-0.2.14/BUILD.bazel b/third_party/cargo/vendor/num-traits-0.2.14/BUILD.bazel index 1222408..270d18f 100644 --- a/third_party/cargo/vendor/num-traits-0.2.14/BUILD.bazel +++ b/third_party/cargo/vendor/num-traits-0.2.14/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/num_cpus-1.13.0/BUILD.bazel b/third_party/cargo/vendor/num_cpus-1.13.0/BUILD.bazel index dba3ad6..690359a 100644 --- a/third_party/cargo/vendor/num_cpus-1.13.0/BUILD.bazel +++ b/third_party/cargo/vendor/num_cpus-1.13.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/num_enum-0.4.3/BUILD.bazel b/third_party/cargo/vendor/num_enum-0.4.3/BUILD.bazel index 05d2d1a..7913765 100644 --- a/third_party/cargo/vendor/num_enum-0.4.3/BUILD.bazel +++ b/third_party/cargo/vendor/num_enum-0.4.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/num_enum_derive-0.4.3/BUILD.bazel b/third_party/cargo/vendor/num_enum_derive-0.4.3/BUILD.bazel index 7703cd5..2f5a000 100644 --- a/third_party/cargo/vendor/num_enum_derive-0.4.3/BUILD.bazel +++ b/third_party/cargo/vendor/num_enum_derive-0.4.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/objc-0.2.7/BUILD.bazel b/third_party/cargo/vendor/objc-0.2.7/BUILD.bazel index 40d4d36..1f78da5 100644 --- a/third_party/cargo/vendor/objc-0.2.7/BUILD.bazel +++ b/third_party/cargo/vendor/objc-0.2.7/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/objc_exception-0.1.2/BUILD.bazel b/third_party/cargo/vendor/objc_exception-0.1.2/BUILD.bazel index aecf6de..578d6c7 100644 --- a/third_party/cargo/vendor/objc_exception-0.1.2/BUILD.bazel +++ b/third_party/cargo/vendor/objc_exception-0.1.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/once_cell-1.5.2/BUILD.bazel b/third_party/cargo/vendor/once_cell-1.5.2/BUILD.bazel index 1061e77..cd69bcd 100644 --- a/third_party/cargo/vendor/once_cell-1.5.2/BUILD.bazel +++ b/third_party/cargo/vendor/once_cell-1.5.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/owned_ttf_parser-0.6.0/BUILD.bazel b/third_party/cargo/vendor/owned_ttf_parser-0.6.0/BUILD.bazel index 7e12e8a..554a3d5 100644 --- a/third_party/cargo/vendor/owned_ttf_parser-0.6.0/BUILD.bazel +++ b/third_party/cargo/vendor/owned_ttf_parser-0.6.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/parking_lot-0.11.1/BUILD.bazel b/third_party/cargo/vendor/parking_lot-0.11.1/BUILD.bazel index 2a4fe5b..d0dcdb3 100644 --- a/third_party/cargo/vendor/parking_lot-0.11.1/BUILD.bazel +++ b/third_party/cargo/vendor/parking_lot-0.11.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/parking_lot_core-0.8.2/BUILD.bazel b/third_party/cargo/vendor/parking_lot_core-0.8.2/BUILD.bazel index ad71215..0d59de2 100644 --- a/third_party/cargo/vendor/parking_lot_core-0.8.2/BUILD.bazel +++ b/third_party/cargo/vendor/parking_lot_core-0.8.2/BUILD.bazel @@ -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(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", ], @@ -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", ], diff --git a/third_party/cargo/vendor/percent-encoding-2.1.0/BUILD.bazel b/third_party/cargo/vendor/percent-encoding-2.1.0/BUILD.bazel index babdead..056d438 100644 --- a/third_party/cargo/vendor/percent-encoding-2.1.0/BUILD.bazel +++ b/third_party/cargo/vendor/percent-encoding-2.1.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/pkg-config-0.3.19/BUILD.bazel b/third_party/cargo/vendor/pkg-config-0.3.19/BUILD.bazel index fbb9939..1640152 100644 --- a/third_party/cargo/vendor/pkg-config-0.3.19/BUILD.bazel +++ b/third_party/cargo/vendor/pkg-config-0.3.19/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/png-0.16.8/BUILD.bazel b/third_party/cargo/vendor/png-0.16.8/BUILD.bazel index 2b6630e..3a5bcad 100644 --- a/third_party/cargo/vendor/png-0.16.8/BUILD.bazel +++ b/third_party/cargo/vendor/png-0.16.8/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/proc-macro-crate-0.1.5/BUILD.bazel b/third_party/cargo/vendor/proc-macro-crate-0.1.5/BUILD.bazel index 56382f3..d9d07a3 100644 --- a/third_party/cargo/vendor/proc-macro-crate-0.1.5/BUILD.bazel +++ b/third_party/cargo/vendor/proc-macro-crate-0.1.5/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/proc-macro2-1.0.24/BUILD.bazel b/third_party/cargo/vendor/proc-macro2-1.0.24/BUILD.bazel index ae73104..387e60a 100644 --- a/third_party/cargo/vendor/proc-macro2-1.0.24/BUILD.bazel +++ b/third_party/cargo/vendor/proc-macro2-1.0.24/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/quick-error-1.2.3/BUILD.bazel b/third_party/cargo/vendor/quick-error-1.2.3/BUILD.bazel index 695568d..330afb2 100644 --- a/third_party/cargo/vendor/quick-error-1.2.3/BUILD.bazel +++ b/third_party/cargo/vendor/quick-error-1.2.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/quote-1.0.8/BUILD.bazel b/third_party/cargo/vendor/quote-1.0.8/BUILD.bazel index 90b6de8..5509aea 100644 --- a/third_party/cargo/vendor/quote-1.0.8/BUILD.bazel +++ b/third_party/cargo/vendor/quote-1.0.8/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/raw-window-handle-0.3.3/BUILD.bazel b/third_party/cargo/vendor/raw-window-handle-0.3.3/BUILD.bazel index 5dc1cd2..838e0a2 100644 --- a/third_party/cargo/vendor/raw-window-handle-0.3.3/BUILD.bazel +++ b/third_party/cargo/vendor/raw-window-handle-0.3.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/rayon-1.5.0/BUILD.bazel b/third_party/cargo/vendor/rayon-1.5.0/BUILD.bazel index 527eaa1..3fa20ff 100644 --- a/third_party/cargo/vendor/rayon-1.5.0/BUILD.bazel +++ b/third_party/cargo/vendor/rayon-1.5.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/rayon-core-1.9.0/BUILD.bazel b/third_party/cargo/vendor/rayon-core-1.9.0/BUILD.bazel index b176082..9fcbbc2 100644 --- a/third_party/cargo/vendor/rayon-core-1.9.0/BUILD.bazel +++ b/third_party/cargo/vendor/rayon-core-1.9.0/BUILD.bazel @@ -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", ): [ ], "//conditions:default": [], diff --git a/third_party/cargo/vendor/redox_syscall-0.1.57/BUILD.bazel b/third_party/cargo/vendor/redox_syscall-0.1.57/BUILD.bazel index c651fe4..63244f7 100644 --- a/third_party/cargo/vendor/redox_syscall-0.1.57/BUILD.bazel +++ b/third_party/cargo/vendor/redox_syscall-0.1.57/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/regex-1.4.2/BUILD.bazel b/third_party/cargo/vendor/regex-1.4.2/BUILD.bazel index aad8319..f34e29d 100644 --- a/third_party/cargo/vendor/regex-1.4.2/BUILD.bazel +++ b/third_party/cargo/vendor/regex-1.4.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/regex-syntax-0.6.21/BUILD.bazel b/third_party/cargo/vendor/regex-syntax-0.6.21/BUILD.bazel index ac9a7c2..55b9ac5 100644 --- a/third_party/cargo/vendor/regex-syntax-0.6.21/BUILD.bazel +++ b/third_party/cargo/vendor/regex-syntax-0.6.21/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/rusttype-0.9.2/BUILD.bazel b/third_party/cargo/vendor/rusttype-0.9.2/BUILD.bazel index 61454cc..8b1aa17 100644 --- a/third_party/cargo/vendor/rusttype-0.9.2/BUILD.bazel +++ b/third_party/cargo/vendor/rusttype-0.9.2/BUILD.bazel @@ -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,8 +59,8 @@ rust_library( ] + selects.with_or({ # cfg(not(target_arch = "wasm32")) ( - "@io_bazel_rules_rust//rust/platform:x86_64-pc-windows-msvc", - "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-pc-windows-msvc", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ ], "//conditions:default": [], diff --git a/third_party/cargo/vendor/same-file-1.0.6/BUILD.bazel b/third_party/cargo/vendor/same-file-1.0.6/BUILD.bazel index 015ef62..84b773b 100644 --- a/third_party/cargo/vendor/same-file-1.0.6/BUILD.bazel +++ b/third_party/cargo/vendor/same-file-1.0.6/BUILD.bazel @@ -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", @@ -58,7 +58,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-util-0.1.5:winapi_util", ], diff --git a/third_party/cargo/vendor/scoped-tls-1.0.0/BUILD.bazel b/third_party/cargo/vendor/scoped-tls-1.0.0/BUILD.bazel index b38fcb1..3aa714f 100644 --- a/third_party/cargo/vendor/scoped-tls-1.0.0/BUILD.bazel +++ b/third_party/cargo/vendor/scoped-tls-1.0.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/scoped_threadpool-0.1.9/BUILD.bazel b/third_party/cargo/vendor/scoped_threadpool-0.1.9/BUILD.bazel index bcd1d46..1e8c480 100644 --- a/third_party/cargo/vendor/scoped_threadpool-0.1.9/BUILD.bazel +++ b/third_party/cargo/vendor/scoped_threadpool-0.1.9/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/scopeguard-1.1.0/BUILD.bazel b/third_party/cargo/vendor/scopeguard-1.1.0/BUILD.bazel index ee1ed00..b000139 100644 --- a/third_party/cargo/vendor/scopeguard-1.1.0/BUILD.bazel +++ b/third_party/cargo/vendor/scopeguard-1.1.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/serde-1.0.118/BUILD.bazel b/third_party/cargo/vendor/serde-1.0.118/BUILD.bazel index 6316881..f6ee6f9 100644 --- a/third_party/cargo/vendor/serde-1.0.118/BUILD.bazel +++ b/third_party/cargo/vendor/serde-1.0.118/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/shared_library-0.1.9/BUILD.bazel b/third_party/cargo/vendor/shared_library-0.1.9/BUILD.bazel index 0287f49..2a5a3b9 100644 --- a/third_party/cargo/vendor/shared_library-0.1.9/BUILD.bazel +++ b/third_party/cargo/vendor/shared_library-0.1.9/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/slab-0.4.2/BUILD.bazel b/third_party/cargo/vendor/slab-0.4.2/BUILD.bazel index cc3e17c..bc754e3 100644 --- a/third_party/cargo/vendor/slab-0.4.2/BUILD.bazel +++ b/third_party/cargo/vendor/slab-0.4.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/smallvec-1.6.0/BUILD.bazel b/third_party/cargo/vendor/smallvec-1.6.0/BUILD.bazel index 9daf62e..09cbbc5 100644 --- a/third_party/cargo/vendor/smallvec-1.6.0/BUILD.bazel +++ b/third_party/cargo/vendor/smallvec-1.6.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/smithay-client-toolkit-0.12.2/BUILD.bazel b/third_party/cargo/vendor/smithay-client-toolkit-0.12.2/BUILD.bazel index feda1da..6a69cf3 100644 --- a/third_party/cargo/vendor/smithay-client-toolkit-0.12.2/BUILD.bazel +++ b/third_party/cargo/vendor/smithay-client-toolkit-0.12.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/strsim-0.9.3/BUILD.bazel b/third_party/cargo/vendor/strsim-0.9.3/BUILD.bazel index a3a4452..9b94eb4 100644 --- a/third_party/cargo/vendor/strsim-0.9.3/BUILD.bazel +++ b/third_party/cargo/vendor/strsim-0.9.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/syn-1.0.58/BUILD.bazel b/third_party/cargo/vendor/syn-1.0.58/BUILD.bazel index 446d806..3e0ebcd 100644 --- a/third_party/cargo/vendor/syn-1.0.58/BUILD.bazel +++ b/third_party/cargo/vendor/syn-1.0.58/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/termcolor-1.1.2/BUILD.bazel b/third_party/cargo/vendor/termcolor-1.1.2/BUILD.bazel index 99c1760..9ef02e9 100644 --- a/third_party/cargo/vendor/termcolor-1.1.2/BUILD.bazel +++ b/third_party/cargo/vendor/termcolor-1.1.2/BUILD.bazel @@ -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(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-util-0.1.5:winapi_util", ], diff --git a/third_party/cargo/vendor/thiserror-1.0.23/BUILD.bazel b/third_party/cargo/vendor/thiserror-1.0.23/BUILD.bazel index ddd0764..08a0cc5 100644 --- a/third_party/cargo/vendor/thiserror-1.0.23/BUILD.bazel +++ b/third_party/cargo/vendor/thiserror-1.0.23/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/thiserror-impl-1.0.23/BUILD.bazel b/third_party/cargo/vendor/thiserror-impl-1.0.23/BUILD.bazel index d023c2e..ad3d20c 100644 --- a/third_party/cargo/vendor/thiserror-impl-1.0.23/BUILD.bazel +++ b/third_party/cargo/vendor/thiserror-impl-1.0.23/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/thread_local-1.1.0/BUILD.bazel b/third_party/cargo/vendor/thread_local-1.1.0/BUILD.bazel index db0adc3..b79e9d4 100644 --- a/third_party/cargo/vendor/thread_local-1.1.0/BUILD.bazel +++ b/third_party/cargo/vendor/thread_local-1.1.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/tiff-0.6.1/BUILD.bazel b/third_party/cargo/vendor/tiff-0.6.1/BUILD.bazel index 9c94675..f5e91d4 100644 --- a/third_party/cargo/vendor/tiff-0.6.1/BUILD.bazel +++ b/third_party/cargo/vendor/tiff-0.6.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/toml-0.5.8/BUILD.bazel b/third_party/cargo/vendor/toml-0.5.8/BUILD.bazel index e8ee599..03a0699 100644 --- a/third_party/cargo/vendor/toml-0.5.8/BUILD.bazel +++ b/third_party/cargo/vendor/toml-0.5.8/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/ttf-parser-0.6.2/BUILD.bazel b/third_party/cargo/vendor/ttf-parser-0.6.2/BUILD.bazel index 0c0f3cd..59f85f3 100644 --- a/third_party/cargo/vendor/ttf-parser-0.6.2/BUILD.bazel +++ b/third_party/cargo/vendor/ttf-parser-0.6.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/unicode-xid-0.2.1/BUILD.bazel b/third_party/cargo/vendor/unicode-xid-0.2.1/BUILD.bazel index a0eb0c6..d67c59c 100644 --- a/third_party/cargo/vendor/unicode-xid-0.2.1/BUILD.bazel +++ b/third_party/cargo/vendor/unicode-xid-0.2.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/version_check-0.9.2/BUILD.bazel b/third_party/cargo/vendor/version_check-0.9.2/BUILD.bazel index ef8f311..7eee16b 100644 --- a/third_party/cargo/vendor/version_check-0.9.2/BUILD.bazel +++ b/third_party/cargo/vendor/version_check-0.9.2/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/vk-sys-0.5.3/BUILD.bazel b/third_party/cargo/vendor/vk-sys-0.5.3/BUILD.bazel index 191a6a9..a6454ef 100644 --- a/third_party/cargo/vendor/vk-sys-0.5.3/BUILD.bazel +++ b/third_party/cargo/vendor/vk-sys-0.5.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/vulkano-0.20.0/BUILD.bazel b/third_party/cargo/vendor/vulkano-0.20.0/BUILD.bazel index 76f71fd..e33ccbd 100644 --- a/third_party/cargo/vendor/vulkano-0.20.0/BUILD.bazel +++ b/third_party/cargo/vendor/vulkano-0.20.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/vulkano-win-0.20.0/BUILD.bazel b/third_party/cargo/vendor/vulkano-win-0.20.0/BUILD.bazel index 6774c22..9b43e62 100644 --- a/third_party/cargo/vendor/vulkano-win-0.20.0/BUILD.bazel +++ b/third_party/cargo/vendor/vulkano-win-0.20.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/walkdir-2.3.1/BUILD.bazel b/third_party/cargo/vendor/walkdir-2.3.1/BUILD.bazel index afffb9e..2842fb7 100644 --- a/third_party/cargo/vendor/walkdir-2.3.1/BUILD.bazel +++ b/third_party/cargo/vendor/walkdir-2.3.1/BUILD.bazel @@ -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(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", "//third_party/cargo/vendor/winapi-util-0.1.5:winapi_util", diff --git a/third_party/cargo/vendor/wayland-client-0.28.3/BUILD.bazel b/third_party/cargo/vendor/wayland-client-0.28.3/BUILD.bazel index a0f6ef4..d03c6f4 100644 --- a/third_party/cargo/vendor/wayland-client-0.28.3/BUILD.bazel +++ b/third_party/cargo/vendor/wayland-client-0.28.3/BUILD.bazel @@ -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", ) diff --git a/third_party/cargo/vendor/wayland-commons-0.28.3/BUILD.bazel b/third_party/cargo/vendor/wayland-commons-0.28.3/BUILD.bazel index ff60574..6176e66 100644 --- a/third_party/cargo/vendor/wayland-commons-0.28.3/BUILD.bazel +++ b/third_party/cargo/vendor/wayland-commons-0.28.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/wayland-cursor-0.28.3/BUILD.bazel b/third_party/cargo/vendor/wayland-cursor-0.28.3/BUILD.bazel index 60e6588..dd6885f 100644 --- a/third_party/cargo/vendor/wayland-cursor-0.28.3/BUILD.bazel +++ b/third_party/cargo/vendor/wayland-cursor-0.28.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/wayland-protocols-0.28.3/BUILD.bazel b/third_party/cargo/vendor/wayland-protocols-0.28.3/BUILD.bazel index 298e286..b71b9e6 100644 --- a/third_party/cargo/vendor/wayland-protocols-0.28.3/BUILD.bazel +++ b/third_party/cargo/vendor/wayland-protocols-0.28.3/BUILD.bazel @@ -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", ) diff --git a/third_party/cargo/vendor/wayland-scanner-0.28.3/BUILD.bazel b/third_party/cargo/vendor/wayland-scanner-0.28.3/BUILD.bazel index 0fd3cea..e107625 100644 --- a/third_party/cargo/vendor/wayland-scanner-0.28.3/BUILD.bazel +++ b/third_party/cargo/vendor/wayland-scanner-0.28.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/wayland-sys-0.28.3/BUILD.bazel b/third_party/cargo/vendor/wayland-sys-0.28.3/BUILD.bazel index 13f2aaa..f4892cd 100644 --- a/third_party/cargo/vendor/wayland-sys-0.28.3/BUILD.bazel +++ b/third_party/cargo/vendor/wayland-sys-0.28.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/weezl-0.1.3/BUILD.bazel b/third_party/cargo/vendor/weezl-0.1.3/BUILD.bazel index 4e8d36c..6c21592 100644 --- a/third_party/cargo/vendor/weezl-0.1.3/BUILD.bazel +++ b/third_party/cargo/vendor/weezl-0.1.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/winapi-0.2.8/BUILD.bazel b/third_party/cargo/vendor/winapi-0.2.8/BUILD.bazel index fd2ade1..bcaa523 100644 --- a/third_party/cargo/vendor/winapi-0.2.8/BUILD.bazel +++ b/third_party/cargo/vendor/winapi-0.2.8/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/winapi-0.3.9/BUILD.bazel b/third_party/cargo/vendor/winapi-0.3.9/BUILD.bazel index a5f53c1..5480790 100644 --- a/third_party/cargo/vendor/winapi-0.3.9/BUILD.bazel +++ b/third_party/cargo/vendor/winapi-0.3.9/BUILD.bazel @@ -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", ) diff --git a/third_party/cargo/vendor/winapi-build-0.1.1/BUILD.bazel b/third_party/cargo/vendor/winapi-build-0.1.1/BUILD.bazel index 7f5ecdc..840d5ad 100644 --- a/third_party/cargo/vendor/winapi-build-0.1.1/BUILD.bazel +++ b/third_party/cargo/vendor/winapi-build-0.1.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/winapi-i686-pc-windows-gnu-0.4.0/BUILD.bazel b/third_party/cargo/vendor/winapi-i686-pc-windows-gnu-0.4.0/BUILD.bazel index 962199c..1c37c01 100644 --- a/third_party/cargo/vendor/winapi-i686-pc-windows-gnu-0.4.0/BUILD.bazel +++ b/third_party/cargo/vendor/winapi-i686-pc-windows-gnu-0.4.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/winapi-util-0.1.5/BUILD.bazel b/third_party/cargo/vendor/winapi-util-0.1.5/BUILD.bazel index 990643f..19330d4 100644 --- a/third_party/cargo/vendor/winapi-util-0.1.5/BUILD.bazel +++ b/third_party/cargo/vendor/winapi-util-0.1.5/BUILD.bazel @@ -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(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", ], diff --git a/third_party/cargo/vendor/winapi-x86_64-pc-windows-gnu-0.4.0/BUILD.bazel b/third_party/cargo/vendor/winapi-x86_64-pc-windows-gnu-0.4.0/BUILD.bazel index 1a06933..aadeb26 100644 --- a/third_party/cargo/vendor/winapi-x86_64-pc-windows-gnu-0.4.0/BUILD.bazel +++ b/third_party/cargo/vendor/winapi-x86_64-pc-windows-gnu-0.4.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/winit-0.24.0/BUILD.bazel b/third_party/cargo/vendor/winit-0.24.0/BUILD.bazel index 71eea9a..b013ed8 100644 --- a/third_party/cargo/vendor/winit-0.24.0/BUILD.bazel +++ b/third_party/cargo/vendor/winit-0.24.0/BUILD.bazel @@ -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", @@ -118,7 +118,7 @@ rust_library( ] + selects.with_or({ # cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd")) ( - "@io_bazel_rules_rust//rust/platform:x86_64-unknown-linux-gnu", + "@rules_rust//rust/platform:x86_64-unknown-linux-gnu", ): [ "//third_party/cargo/vendor/mio-0.6.23:mio", "//third_party/cargo/vendor/mio-extras-2.0.6:mio_extras", @@ -131,7 +131,7 @@ rust_library( }) + selects.with_or({ # cfg(target_os = "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", ], diff --git a/third_party/cargo/vendor/ws2_32-sys-0.2.1/BUILD.bazel b/third_party/cargo/vendor/ws2_32-sys-0.2.1/BUILD.bazel index 1b741d8..eef4055 100644 --- a/third_party/cargo/vendor/ws2_32-sys-0.2.1/BUILD.bazel +++ b/third_party/cargo/vendor/ws2_32-sys-0.2.1/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/x11-dl-2.18.5/BUILD.bazel b/third_party/cargo/vendor/x11-dl-2.18.5/BUILD.bazel index bae98b9..48b08ee 100644 --- a/third_party/cargo/vendor/x11-dl-2.18.5/BUILD.bazel +++ b/third_party/cargo/vendor/x11-dl-2.18.5/BUILD.bazel @@ -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", ) diff --git a/third_party/cargo/vendor/xcursor-0.3.3/BUILD.bazel b/third_party/cargo/vendor/xcursor-0.3.3/BUILD.bazel index 579362a..15327ba 100644 --- a/third_party/cargo/vendor/xcursor-0.3.3/BUILD.bazel +++ b/third_party/cargo/vendor/xcursor-0.3.3/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/xdg-2.2.0/BUILD.bazel b/third_party/cargo/vendor/xdg-2.2.0/BUILD.bazel index edd7c25..41ca4db 100644 --- a/third_party/cargo/vendor/xdg-2.2.0/BUILD.bazel +++ b/third_party/cargo/vendor/xdg-2.2.0/BUILD.bazel @@ -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", diff --git a/third_party/cargo/vendor/xml-rs-0.8.3/BUILD.bazel b/third_party/cargo/vendor/xml-rs-0.8.3/BUILD.bazel index 9951963..58a2e32 100644 --- a/third_party/cargo/vendor/xml-rs-0.8.3/BUILD.bazel +++ b/third_party/cargo/vendor/xml-rs-0.8.3/BUILD.bazel @@ -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", diff --git a/third_party/q3d/BUILD b/third_party/q3d/BUILD index cc751e1..9b8242b 100644 --- a/third_party/q3d/BUILD +++ b/third_party/q3d/BUILD @@ -1,4 +1,4 @@ -load("@io_bazel_rules_rust//rust:rust.bzl", "rust_library") +load("@rules_rust//rust:rust.bzl", "rust_library") load("@com_github_google_flatbuffers//:build_defs.bzl", "flatbuffer_library_public") flatbuffer_library_public(