Skip to content

Commit 0c3f9ff

Browse files
tychedeliamockersf
andauthored
Add vulkan-portability to fix compiling with --all-features (#20794)
#20565 broke compiling with `--all-features` on macos. Add the `vulkan-portability` feature to `bevy_render` required to make vulkan compile with wgpu on mac. Co-authored-by: François Mockers <[email protected]>
1 parent 5b5ca67 commit 0c3f9ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_render/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ tracing-tracy = ["dep:tracy-client"]
4040
ci_limits = []
4141
webgl = ["wgpu/webgl"]
4242
webgpu = ["wgpu/webgpu"]
43+
vulkan-portability = ["wgpu/vulkan-portability"]
4344
gles = ["wgpu/gles"]
4445
detailed_trace = []
4546
## Adds serialization support through `serde`.

0 commit comments

Comments
 (0)