Skip to content

Commit

Permalink
Fix wgpu-hal build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jan 17, 2024
1 parent 7eac4ce commit 484457d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ skip-tree = [
{ name = "rustc_version", version = "0.2.3" },
]
skip = [
{ name = "hlsl-snapshots", version = "0.1.0" },
]
wildcards = "deny"
allow-wildcard-paths = true

[licenses]
allow = [
Expand All @@ -26,7 +28,6 @@ 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",
Expand Down
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ rustc-hash = "1.1"
log = "0.4"

# backend: Gles
glow = { version = "0.13", git = "https://github.com/grovesNL/glow.git", rev = "29ff917a2b2ff7ce0a81b2cc5681de6d4735b36e", optional = true }
glow = { version = "0.13.1", optional = true }

[dependencies.wgt]
package = "wgpu-types"
Expand Down

0 comments on commit 484457d

Please sign in to comment.