abrasion/third_party/cargo/vendor/vulkano-0.20.0/BUILD.bazel

64 lines
1.6 KiB
Python

"""
@generated
cargo-raze crate build file.
DO NOT EDIT! Replaced on runs of cargo-raze
"""
# buildifier: disable=load
load("@bazel_skylib//lib:selects.bzl", "selects")
# buildifier: disable=load
load(
"@rules_rust//rust:rust.bzl",
"rust_binary",
"rust_library",
"rust_test",
)
package(default_visibility = [
# Public for visibility by "@raze__crate__version//" targets.
#
# Prefer access through "//third_party/cargo", which limits external
# visibility to explicit Cargo.toml dependencies.
"//visibility:public",
])
licenses([
"notice", # MIT from expression "MIT OR Apache-2.0"
])
# Generated Targets
# Unsupported target "build-script-build" with type "custom-build" omitted
rust_library(
name = "vulkano",
srcs = glob(["**/*.rs"]),
crate_features = [
],
crate_root = "src/lib.rs",
crate_type = "lib",
data = [],
edition = "2015",
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-raze",
"manual",
],
version = "0.20.0",
# buildifier: leave-alone
deps = [
"//third_party/cargo/vendor/crossbeam-0.7.3:crossbeam",
"//third_party/cargo/vendor/fnv-1.0.7:fnv",
"//third_party/cargo/vendor/half-1.7.1:half",
"//third_party/cargo/vendor/lazy_static-1.4.0:lazy_static",
"//third_party/cargo/vendor/parking_lot-0.11.1:parking_lot",
"//third_party/cargo/vendor/shared_library-0.1.9:shared_library",
"//third_party/cargo/vendor/smallvec-1.6.1:smallvec",
"//third_party/cargo/vendor/vk-sys-0.5.3:vk_sys",
],
)