bevy/tools/ci/src/commands
Zachary Harrold 10e113d641
Add no_std support to bevy_window (#17031)
# Objective

- Contributes to #15460

## Solution

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

## Testing

- CI

## Notes

- `bevy_reflect` was previously always enabled, which isn't how most
other crates handle reflection. I've brought this in line with how most
crates gate `bevy_reflect`. This is where the majority of the changes
come from in this PR.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2025-01-01 23:05:25 +00:00
..
bench_check.rs Fix CI bench compile check (#14728) 2024-08-14 13:23:00 +00:00
clippy.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
compile_check_no_std.rs Add no_std support to bevy_window (#17031) 2025-01-01 23:05:25 +00:00
compile_check.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
compile_fail.rs Move compile fail tests (#13196) 2024-05-03 13:35:21 +00:00
compile.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
doc_check.rs Revert "Make doc CI use nightly (#16147)" (#16891) 2024-12-19 19:22:22 +00:00
doc_test.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
doc.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
example_check.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
format.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
lints.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
mod.rs Add compile-check-no-std Command to CI Tool (#15843) 2024-10-11 10:54:44 +00:00
test_check.rs Small changes to ci tool (#13137) 2024-04-30 00:54:14 +00:00
test.rs Test benchmarks in CI (#16987) 2024-12-29 19:33:06 +00:00