Closed
Description
What problem does this solve or what need does it fill?
Many crates use logging and in order to support no_std
, it's required to manually depend on log
because tracing
doesn't work on no_std
yet.
What solution would you like?
It would be convenient to cleave the bevy_log
crate with a tracing
feature.