bevy/crates/bevy_reflect/src/impls
Zachary Harrold 547b1c7a7a
Reflect SmolStr's De/Serialize implementation (#14982)
# Objective

- Fixes #14969

## Solution

- Added `Deserialize` to the list of reflected traits for `SmolStr`

## Testing

- CI passed locally.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-09-02 22:35:17 +00:00
..
glam.rs reflection: replace impl_reflect_struct with impl_reflect (#11437) 2024-01-30 14:39:01 +00:00
petgraph.rs Implement the AnimationGraph, allowing for multiple animations to be blended together. (#11989) 2024-03-07 20:22:42 +00:00
smallvec.rs reflect: implement the unique reflect rfc (#7207) 2024-08-12 17:01:41 +00:00
smol_str.rs Reflect SmolStr's De/Serialize implementation (#14982) 2024-09-02 22:35:17 +00:00
std.rs Migrated NonZero* to NonZero<*> (#14978) 2024-08-30 02:37:47 +00:00
uuid.rs Disentangle bevy_utils/bevy_core's reexported dependencies (#12313) 2024-03-07 02:30:15 +00:00