mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Fix custom_backend compilation error when compiled alone
This commit is contained in:
parent
c223d3544b
commit
516459efcd
@ -5,5 +5,8 @@ rust-version = "1.85"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
wgpu = { version = "24.0.0", features = ["custom"], default-features = false }
|
||||
wgpu = { version = "24.0.0", features = [
|
||||
"custom",
|
||||
"wgsl",
|
||||
], default-features = false }
|
||||
pollster = { version = "0.4", features = ["macro"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user