bevy/crates/bevy_reflect/src/impls
Zachary Harrold 3d280ec37b
Add no_std support to bevy_hierarchy (#16998)
# Objective

- Contributes to #15460

## Solution

- Added the following features:
  - `std` (default)

## Testing

- CI

## Notes

- There was a minor issue with `bevy_reflect`'s `smallvec` feature
noticed in this PR which I have also resolved here. I can split this out
if desired, but I've left it here for now as it's a very small change
and I don't consider this PR itself to be very controversial.
2024-12-29 19:12:29 +00:00
..
foldhash.rs Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
glam.rs Add no_std support to bevy_reflect (#16256) 2024-12-05 21:15:21 +00:00
petgraph.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
smallvec.rs Add no_std support to bevy_hierarchy (#16998) 2024-12-29 19:12:29 +00:00
smol_str.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
std.rs Event source location tracking (#16778) 2024-12-12 18:12:53 +00:00
uuid.rs bevy_reflect: Replace "value" terminology with "opaque" (#15240) 2024-09-23 18:04:57 +00:00
wgpu_types.rs bevy_reflect: Replace "value" terminology with "opaque" (#15240) 2024-09-23 18:04:57 +00:00