mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Update wgpu to v23 (#34073)
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
78ba1613d4
commit
ade562e481
2 changed files with 14 additions and 10 deletions
|
@ -152,8 +152,8 @@ webrender_api = { git = "https://github.com/servo/webrender", branch = "0.65" }
|
|||
webrender_traits = { path = "components/shared/webrender" }
|
||||
webxr = { git = "https://github.com/servo/webxr" }
|
||||
webxr-api = { git = "https://github.com/servo/webxr" }
|
||||
wgpu-core = { git = "https://github.com/gfx-rs/wgpu", rev = "2b15a2b24b69e105ebdbb5e8a859e2df75e441c1" }
|
||||
wgpu-types = { git = "https://github.com/gfx-rs/wgpu", rev = "2b15a2b24b69e105ebdbb5e8a859e2df75e441c1" }
|
||||
wgpu-core = "23"
|
||||
wgpu-types = "23"
|
||||
windows-sys = "0.59"
|
||||
xi-unicode = "0.3.0"
|
||||
xml5ever = "0.20"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue