| cargo-raze crate build file. |
| DO NOT EDIT! Replaced on runs of cargo-raze |
| package(default_visibility = [ |
| # Public for visibility by "@raze__crate__version//" targets. |
| # Prefer access through "//wasm_bindgen/raze", which limits external |
| # visibility to explicit Cargo.toml dependencies. |
| "restricted", # "Apache-2.0 WITH LLVM-exception" |
| "@io_bazel_rules_rust//rust:rust.bzl", |
| # Unsupported target "benchmark" with type "bench" omitted |
| # Unsupported target "dump" with type "example" omitted |
| # Unsupported target "simple" with type "example" omitted |
| srcs = glob(["**/*.rs"]), |
| crate_root = "src/lib.rs", |