wgpu/.deny.toml

39 lines
531 B
TOML
Raw Normal View History

2022-11-30 21:46:58 +00:00
[bans]
multiple-versions = "deny"
skip-tree = [
{ name = "cts_runner" },
{ name = "player" },
{ name = "wgpu-info" },
]
skip = [
{ name = "wgpu" }
]
2022-11-30 21:46:58 +00:00
wildcards = "deny"
[licenses]
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Zlib",
]
[sources]
allow-git = [
"https://github.com/grovesNL/glow",
]
unknown-registry = "deny"
unknown-git = "deny"
required-git-spec = "rev"
[sources.allow-org]
github = [
"gfx-rs"
]