Skip to content

Commit

Permalink
Merge branch 'master' into transfer-valid-early
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored Dec 1, 2022
2 parents 4084d8a + 46b1216 commit d3091f9
Show file tree
Hide file tree
Showing 115 changed files with 7,337 additions and 4,087 deletions.
File renamed without changes.
37 changes: 37 additions & 0 deletions .deny.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[bans]
multiple-versions = "deny"
skip-tree = [
{ name = "cts_runner" },
{ name = "dummy" },
{ name = "player" },
{ name = "run-wasm" },
{ name = "wgpu-info" },
]
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"
]
Loading

0 comments on commit d3091f9

Please sign in to comment.