mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix wgpu versioning
This commit is contained in:
parent
007d933260
commit
71e7bb2cf9
@ -28,14 +28,17 @@ authors = ["wgpu developers"]
|
|||||||
[workspace.dependencies.wgc]
|
[workspace.dependencies.wgc]
|
||||||
package = "wgpu-core"
|
package = "wgpu-core"
|
||||||
path = "./wgpu-core"
|
path = "./wgpu-core"
|
||||||
|
version = "0.15"
|
||||||
|
|
||||||
[workspace.dependencies.wgt]
|
[workspace.dependencies.wgt]
|
||||||
package = "wgpu-types"
|
package = "wgpu-types"
|
||||||
path = "./wgpu-types"
|
path = "./wgpu-types"
|
||||||
|
version = "0.15"
|
||||||
|
|
||||||
[workspace.dependencies.hal]
|
[workspace.dependencies.hal]
|
||||||
package = "wgpu-hal"
|
package = "wgpu-hal"
|
||||||
path = "./wgpu-hal"
|
path = "./wgpu-hal"
|
||||||
|
version = "0.15"
|
||||||
|
|
||||||
[workspace.dependencies.naga]
|
[workspace.dependencies.naga]
|
||||||
git = "https://github.com/gfx-rs/naga"
|
git = "https://github.com/gfx-rs/naga"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user