bevy/crates/bevy_reflect/src/impls
JoJoJet 03bde74766 impl Reflect for &'static Path (#6755)
# Objective

Fixes #6739 

## Solution

Implement the required traits. They cannot be implemented for `Path` directly, since it is a dynamically-sized type.
2022-11-25 23:49:26 +00:00
..
glam.rs bevy_reflect: Remove ReflectSerialize and ReflectDeserialize registrations from most glam types (#6580) 2022-11-25 23:30:21 +00:00
rect.rs Move sprite::Rect into bevy_math (#5686) 2022-09-02 12:35:23 +00:00
smallvec.rs bevy_reflect: Add Reflect::into_reflect (#6502) 2022-11-07 02:11:16 +00:00
std.rs impl Reflect for &'static Path (#6755) 2022-11-25 23:49:26 +00:00