bevy/crates/bevy_reflect/src/impls
Nathan Stocks 0867dc76a3
Use Cow<'static, str> in Name (#1308)
* Implement Name { name } as Cow<'static, str>
* Attempt impl Reflect for Cow<'static, str.>
2021-01-31 16:35:23 -08:00
..
bevy_app.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
bevy_ecs.rs Enable dynamic mutable access to component data (#1284) 2021-01-22 15:15:08 -08:00
glam.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00
smallvec.rs Fix errors and panics to typical Rust conventions (#968) 2020-12-02 11:31:16 -08:00
std.rs Use Cow<'static, str> in Name (#1308) 2021-01-31 16:35:23 -08:00