mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
enable union feature of smallvec
This commit is contained in:
parent
a50335f0f8
commit
b9564dbe74
@ -51,7 +51,7 @@ foreign-types = { version = "0.3", optional = true }
|
||||
ash = { version = "0.37", optional = true }
|
||||
gpu-alloc = { version = "0.5", optional = true }
|
||||
gpu-descriptor = { version = "0.2", optional = true }
|
||||
smallvec = { version = "1", optional = true }
|
||||
smallvec = { version = "1", optional = true, features = ["union"] }
|
||||
|
||||
# backend: Gles
|
||||
glow = { version = "0.11.1", optional = true }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user