bevy/crates/bevy_utils
Carter Anderson deda3f2522
Fix detailed_trace! (#16452)
Alternative to #16450 

# Objective

detailed_trace! in its current form does not work  (and breaks CI)

## Solution

Fix detailed_trace by checking for the feature properly, adding it to
the correct crates, and removing it from the incorrect crates
2024-11-20 22:01:33 +00:00
..
macros More #[doc(fake_variadic)] goodness (#16108) 2024-10-27 19:01:50 +00:00
src Fix detailed_trace! (#16452) 2024-11-20 22:01:33 +00:00
Cargo.toml Fix detailed_trace! (#16452) 2024-11-20 22:01:33 +00:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Utilities

License Crates.io Downloads Docs Discord

A Collection of Utilities for the Bevy Engine.