Cargo Features

bevy_easy_compute has no features set by default.

[dependencies]
bevy_easy_compute = { version = "0.15.0", features = ["shader_format_spirv", "webgl"] }
shader_format_spirv

Enables spirv of wgpu

The following are only needed to support the pipeline_cache "hack". See: https://github.com/AnthonyTornetta/bevy_easy_compute/issues/7 Make sure these match bevy's versions

webgl