Skip to content

Commit

Permalink
Misc Repo Cleanup Tasks (#4579)
Browse files Browse the repository at this point in the history
* Misc Repo Cleanup Tasks

* Dependency Trimming

* Dep cleanup

* Restrict libfuzzer

* Flip cfg

* mod fuzz
  • Loading branch information
cwfitzgerald committed Oct 27, 2023
1 parent 61bca7e commit 2a9fdf9
Show file tree
Hide file tree
Showing 65 changed files with 353 additions and 651 deletions.
12 changes: 7 additions & 5 deletions .deny.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[bans]
multiple-versions = "deny"
skip-tree = [
{ name = "cts_runner" },
{ name = "player" },
{ name = "wgpu-info" },
{ name = "windows-sys", version = "0.45" },
{ name = "winit", version = "0.27.5" },
{ name = "rustc_version", version = "0.2.3" },
]
skip = [
{ name = "wgpu" },
{ name = "fastrand" }
]
wildcards = "deny"

Expand All @@ -27,6 +25,10 @@ allow = [

[sources]
allow-git = [
# Waiting on releases; used in examples only
"https://github.com/SiegeEngine/ddsfile",
"https://github.com/Razaekel/noise-rs",

"https://github.com/grovesNL/glow",
"https://github.com/gfx-rs/metal-rs",
]
Expand Down
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Issues with shaders
url: https://github.com/gfx-rs/naga/issues/new/choose
about: Issues with or enhancements for the shader translation.
- name: Question about wgpu
url: https://github.com/gfx-rs/wgpu/discussions/new
about: Any questions about how to use wgpu should go here.
Loading

0 comments on commit 2a9fdf9

Please sign in to comment.