Skip to content

Commit

Permalink
Fix wgpu-hal versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Jan 26, 2023
1 parent d3fec95 commit c3ed411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wgpu-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ hassle-rs = { version = "0.9", optional = true }
[dependencies.wgt]
package = "wgpu-types"
path = "../wgpu-types"
version = "0.15"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
egl = { package = "khronos-egl", version = "4.1", features = ["dynamic"], optional = true }
Expand Down

0 comments on commit c3ed411

Please sign in to comment.