bevy/crates/bevy_reflect/src
Jakob Hellermann 4d05eb19be bevy_reflect: remove glam from a test which is active without the glam feature (#5195)
# Objective

`glam` is an optional feature in `bevy_reflect` and there is a separate `mod test { #[cfg(feature = "glam")] mod glam { .. }}`.
The `reflect_downcast` test is not in that module and doesn't depend on glam, which breaks `cargo test -p bevy_reflect` without the `glam` feature.

## Solution

- Remove the glam types from the test, they're not relevant to it
2022-07-04 14:17:46 +00:00
..
impls bevy_reflect: support map insertion (#5173) 2022-07-04 13:04:19 +00:00
serde bevy_reflect: support map insertion (#5173) 2022-07-04 13:04:19 +00:00
array.rs Make Reflect safe to implement (#5010) 2022-06-27 16:52:25 +00:00
fields.rs bevy_reflect: Add statically available type info for reflected types (#4042) 2022-06-09 21:18:15 +00:00
lib.rs bevy_reflect: remove glam from a test which is active without the glam feature (#5195) 2022-07-04 14:17:46 +00:00
list.rs Make Reflect safe to implement (#5010) 2022-06-27 16:52:25 +00:00
map.rs bevy_reflect: support map insertion (#5173) 2022-07-04 13:04:19 +00:00
path.rs document more of bevy_reflect (#3655) 2022-01-14 19:09:44 +00:00
reflect.rs bevy_reflect: support map insertion (#5173) 2022-07-04 13:04:19 +00:00
std_traits.rs add #[reflect(Default)] to create default value for reflected types (#3733) 2022-05-03 19:20:13 +00:00
struct_trait.rs Make Reflect safe to implement (#5010) 2022-06-27 16:52:25 +00:00
tuple.rs Make Reflect safe to implement (#5010) 2022-06-27 16:52:25 +00:00
tuple_struct.rs Make Reflect safe to implement (#5010) 2022-06-27 16:52:25 +00:00
type_info.rs Make Reflect safe to implement (#5010) 2022-06-27 16:52:25 +00:00
type_registry.rs Move get_short_name utility method from bevy_reflect into bevy_utils (#5174) 2022-07-02 18:30:45 +00:00
type_uuid.rs re-enable #[derive(TypeUuid)] for generics (#4118) 2022-04-26 19:41:25 +00:00
utility.rs Make Reflect safe to implement (#5010) 2022-06-27 16:52:25 +00:00