This release contains changes to bring the arcade-accelerate API up to date with current changes in Arcade 3.0. These changes are localized to the arcade.math module.
The arcade.math.lerp_vec function has been removed, and replaced instead with arcade.math.lerp_2d and arcade.math.lerp_3d.
Additionally a rust-native override for the new arcade.math.quaternion_rotation function has been added.