mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update wgpu to 0.17 (#30147)
This commit is contained in:
parent
85a37210c2
commit
db2cbff9d6
6 changed files with 159 additions and 91 deletions
|
@ -22,17 +22,17 @@ servo_config = { path = "../config" }
|
|||
smallvec = { workspace = true, features = ["serde"] }
|
||||
webrender_api = { workspace = true }
|
||||
webrender_traits = { path = "../webrender_traits" }
|
||||
wgpu-core = { version = "0.16", features = ["replay", "trace", "serial-pass", "wgsl"] }
|
||||
wgpu-types = { version = "0.16" }
|
||||
wgpu-core = { version = "0.17", features = ["replay", "trace", "serial-pass", "wgsl"] }
|
||||
wgpu-types = { version = "0.17" }
|
||||
|
||||
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.wgpu-core]
|
||||
version = "0.16"
|
||||
version = "0.17"
|
||||
features = ["replay", "trace", "serial-pass", "metal"]
|
||||
|
||||
[target.'cfg(all(unix, not(target_os = "ios"), not(target_os = "macos")))'.dependencies.wgpu-core]
|
||||
version = "0.16"
|
||||
version = "0.17"
|
||||
features = ["replay", "trace", "serial-pass", "vulkan"]
|
||||
|
||||
[target.'cfg(windows)'.dependencies.wgpu-core]
|
||||
version = "0.16"
|
||||
version = "0.17"
|
||||
features = ["replay", "trace", "serial-pass", "dx11", "dx12", "vulkan"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue