Cargo Features
bevy_easy_compute has no features set by default.
[dependencies]
bevy_easy_compute = { version = "0.14.1", features = ["shader_format_spirv", "webgl"] }
- shader_format_spirv
-
Enables spirv of wgpu ^0.20.1
The following are only needed to support the
pipeline_cache
"hack". See: https://github.com/AnthonyTornetta/bevy_easy_compute/issues/7 - webgl