Workaround: either downgrade to glam 0.30.3 (`cargo update glam --precise 0.30.3`) or disable the `glam/bytemuck` feature > glam switched to using [bytemuck] derive in the most recent 0.30.4 release, which turns out was a breaking change for spriv :( https://github.com/bitshifter/glam-rs/issues/658#issuecomment-3075727133 see https://github.com/bitshifter/glam-rs/issues/658 see https://github.com/Lokathor/bytemuck/issues/315