bevy/crates/bevy_transform
François 720b67396f flaky test: put panicking system in a single threaded stage (#6172)
# Objective

- Fix #5285 

## Solution

- Put the panicking system in a single threaded stage during the test
- This way only the main thread will panic, which is handled by `cargo test`
2022-10-05 16:34:55 +00:00
..
src flaky test: put panicking system in a single threaded stage (#6172) 2022-10-05 16:34:55 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00
README.md transform: remove some dependencies and cleanup 2020-07-10 01:49:23 -07:00

Bevy Transform

This crate is largely a 1:1 port from legion_transform (ecs: legion, math: nalgebra) to bevy (ecs: bevy_ecs, math: glam)