Now that glam is getting SIMD support for wasm, and Bevy is being patched to use this new branch, there's no need to use core_simd anymore (unless Android support ever comes, jaja). Not a big deal right now, but we could avoid doing some copies by just using the regular glam vectors.
Now that glam is getting SIMD support for wasm, and Bevy is being patched to use this new branch, there's no need to use core_simd anymore (unless Android support ever comes, jaja). Not a big deal right now, but we could avoid doing some copies by just using the regular glam vectors.