bevy/tools
Zachary Harrold 5c43890d49
no_std Support for bevy_input_focus (#17490)
# Objective

- Contributes to #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`
2025-01-22 19:16:04 +00:00
..
build-templated-pages More combinator cleanup (#17148) 2025-01-05 02:44:29 +00:00
build-wasm-example Fix common capitalization errors in documentation (#14562) 2024-07-31 21:16:05 +00:00
ci no_std Support for bevy_input_focus (#17490) 2025-01-22 19:16:04 +00:00
compile_fail_utils Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00
example-showcase Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
publish.sh Create bevy_platform_support Crate (#17250) 2025-01-20 20:45:30 +00:00