Skip to content

Commit

Permalink
add crates.io patch for naga
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Nov 26, 2022
1 parent d72b94f commit b008364
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ bitflags = "1.3.2"

[patch."https://github.com/dfrg/fount"]
fount = { git = "https://github.com/jneem/fount" }

[patch.crates-io]
# Required for metal support to work on wgpu
# TODO: remove when wgpu is upgraded to 0.15
naga = { git = "https://github.com/gfx-rs/naga", rev="ddcd5d3121150b2b1beee6e54e9125ff31aaa9a2" }

0 comments on commit b008364

Please sign in to comment.