bevy/crates/bevy_mikktspace/src
Zachary Harrold cedd0c5028
Add no_std support to bevy_mikktspace (#15528)
# Objective

- Contributes to #15460
- Allows `bevy_mikktspace` to be used in `no_std` contexts.

## Solution

- Added `std` (default) and `libm` features which control the inclusion
of the standard library. To use `bevy_mikktspace` in `no_std`
environments, enable the `libm` feature.

## Testing

- CI
- `cargo clippy -p bevy_mikktspace --target "x86_64-unknown-none"
--no-default-features --features libm`
2024-09-30 18:17:03 +00:00
..
generated.rs Add no_std support to bevy_mikktspace (#15528) 2024-09-30 18:17:03 +00:00
lib.rs Add no_std support to bevy_mikktspace (#15528) 2024-09-30 18:17:03 +00:00