Skip to content

Commit cd57a17

Browse files
committed
Signed-off-by: sagudev <[email protected]>
1 parent 6f3b06a commit cd57a17

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ webrender_api = { git = "https://github.com/servo/webrender", branch = "0.65" }
155155
webrender_traits = { path = "components/shared/webrender" }
156156
webxr = { git = "https://github.com/servo/webxr" }
157157
webxr-api = { git = "https://github.com/servo/webxr" }
158-
wgpu-core = { git = "https://github.com/gfx-rs/wgpu", rev = "0f5f0580e4cb2fd2feac0e8ed7e8d3050e4d9c93" }
159-
wgpu-types = { git = "https://github.com/gfx-rs/wgpu", rev = "0f5f0580e4cb2fd2feac0e8ed7e8d3050e4d9c93" }
158+
wgpu-core = { git = "https://github.com/matthew-wong1/wgpu", branch = "update-i32-multiplication-to-wrap" }
159+
wgpu-types = { git = "https://github.com/matthew-wong1/wgpu", branch = "update-i32-multiplication-to-wrap" }
160160
windows-sys = "0.59"
161161
wr_malloc_size_of = { git = "https://github.com/servo/webrender", branch = "0.65" }
162162
xi-unicode = "0.3.0"

0 commit comments

Comments
 (0)