Skip to content

Commit b9564db

Browse files
mockersfjimblandy
authored andcommitted
enable union feature of smallvec
1 parent a50335f commit b9564db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wgpu-hal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ foreign-types = { version = "0.3", optional = true }
5151
ash = { version = "0.37", optional = true }
5252
gpu-alloc = { version = "0.5", optional = true }
5353
gpu-descriptor = { version = "0.2", optional = true }
54-
smallvec = { version = "1", optional = true }
54+
smallvec = { version = "1", optional = true, features = ["union"] }
5555

5656
# backend: Gles
5757
glow = { version = "0.11.1", optional = true }

0 commit comments

Comments
 (0)