mirror of
https://github.com/ruffle-rs/ruffle-android.git
synced 2024-11-26 23:20:22 +00:00
Switch to a patched wgpu 0.16 branch to get gfx-rs/wgpu#3817.
This commit is contained in:
parent
df2db4ef62
commit
bb6177396c
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user