Switch to a patched wgpu 0.16 branch to get gfx-rs/wgpu#3817.

This commit is contained in:
TÖRÖK Attila 2023-08-12 14:28:32 +02:00
parent df2db4ef62
commit bb6177396c

View File

@ -41,6 +41,12 @@ url = "2.4.0"
generational-arena = "0.2.9"
async-channel = "1.9.0"
[patch.crates-io]
wgpu = { git = 'https://github.com/torokati44/wgpu.git', branch = "v0.16" }
wgpu-hal = { git = 'https://github.com/torokati44/wgpu.git', branch = "v0.16" }
wgpu-types = { git = 'https://github.com/torokati44/wgpu.git', branch = "v0.16" }
wgpu-core = { git = 'https://github.com/torokati44/wgpu.git', branch = "v0.16" }
[package.metadata.android]
# These are only defaults, for when no target is specified in the command line.
build_targets = [