We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50335f commit b9564dbCopy full SHA for b9564db
wgpu-hal/Cargo.toml
@@ -51,7 +51,7 @@ foreign-types = { version = "0.3", optional = true }
51
ash = { version = "0.37", optional = true }
52
gpu-alloc = { version = "0.5", optional = true }
53
gpu-descriptor = { version = "0.2", optional = true }
54
-smallvec = { version = "1", optional = true }
+smallvec = { version = "1", optional = true, features = ["union"] }
55
56
# backend: Gles
57
glow = { version = "0.11.1", optional = true }
0 commit comments