Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a from Dir2 impl for Vec2 (bevyengine#12594)
# Objective Allow converting from `Dir2` to `Vec2` in generic code. Fixes bevyengine#12529. ## Solution Added a `From<Dir2>` impl for `Vec2`.
- Loading branch information