bevy/crates/bevy_ecs
therealstork c86d490a20 More detailed errors when resource not found (#1864)
Fixes #1846

Got scared of the other "Requested resource does not exist" error at line 395 in `system_param.rs`, under `impl<'a, T: Component> SystemParamFetch<'a> for ResMutState<T> {`. Someone with better knowledge of the code might be able to go in and improve that one.
2021-04-14 22:52:43 +00:00
..
macros Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00
src More detailed errors when resource not found (#1864) 2021-04-14 22:52:43 +00:00
Cargo.toml Release 0.5.0 (#1835) 2021-04-06 18:48:48 +00:00