no_std Support for bevy_input_focus#17490
Conversation
TimJentzsch
left a comment
There was a problem hiding this comment.
Are there any negative effects when part of the crates use tracing and others log, e.g. harder to configure the log messages?
If yes, perhaps we can make it feature dependent in some way. Wouldnt have to happen in this PR though.
It should be quite seamless. Tokio provides |
# Objective - Contributes to bevyengine#15460 ## Solution - Switched `tracing` for `log` for the atomically challenged platforms - Setup feature flags as required - Added to `compile-check-no-std` CI task ## Testing - CI --- ## Notes - _Very_ easy one this time. Most of the changes here are just feature definitions and documentation within the `Cargo.toml`
Objective
no_stdBevy #15460Solution
tracingforlogfor the atomically challenged platformscompile-check-no-stdCI taskTesting
Notes
Cargo.toml