Closed matthis-k closed 2 years ago
First of all, heron 3.1.0
requires bevy 0.7
. It is not compatible with bevy 0.8
. (See the compatibility table)
That being said, this problem is actually caused by web-sys
not complying to semver: They removed the cargo feature GpuBufferUsage
in the patch release 0.3.58
.
bevy 0.8
andheron 3.1.0
have a dependency conflict: