Skip to content

Commit

Permalink
[rs] Bump wgpu-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Imberflur committed Feb 6, 2021
1 parent 75cbc46 commit b1e535d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ webgl = ["wgc"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "7c7501cab72fd01b14def06b9d9bc63a8dd44b45"
rev = "3ebe198911b46cb77fcdc481f7d0daf9a962b82e"
features = ["raw-window-handle"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wgc]
package = "wgpu-core"
git = "https://github.com/gfx-rs/wgpu"
rev = "7c7501cab72fd01b14def06b9d9bc63a8dd44b45"
rev = "3ebe198911b46cb77fcdc481f7d0daf9a962b82e"
features = ["raw-window-handle"]
optional = true

[dependencies.wgt]
package = "wgpu-types"
git = "https://github.com/gfx-rs/wgpu"
rev = "7c7501cab72fd01b14def06b9d9bc63a8dd44b45"
rev = "3ebe198911b46cb77fcdc481f7d0daf9a962b82e"

[dependencies]
arrayvec = "0.5"
Expand Down

0 comments on commit b1e535d

Please sign in to comment.