Fix wgpu versioning

This commit is contained in:
Connor Fitzgerald 2023-01-25 19:30:45 -05:00
parent 007d933260
commit 71e7bb2cf9
No known key found for this signature in database
GPG Key ID: 7D3FA445BAD3008D

View File

@ -28,14 +28,17 @@ authors = ["wgpu developers"]
[workspace.dependencies.wgc]
package = "wgpu-core"
path = "./wgpu-core"
version = "0.15"
[workspace.dependencies.wgt]
package = "wgpu-types"
path = "./wgpu-types"
version = "0.15"
[workspace.dependencies.hal]
package = "wgpu-hal"
path = "./wgpu-hal"
version = "0.15"
[workspace.dependencies.naga]
git = "https://github.com/gfx-rs/naga"