Cargo Features
[dependencies]
rerecast = { version = "0.2.0", default-features = false, features = ["default_no_std", "nostd-libm", "libm", "std", "tracing", "serialize", "bevy_reflect"] }
- default = std, tracing
-
These default features are set whenever
rerecastis added withoutsomewhere in the dependency tree.default-features = false - default_no_std = libm
-
Recommended defaults for no_std applications
- nostd-libm
-
Use std if available, but fall back to libm if not
Enables libm, nostd-libm of glam
- libm default_no_std?
-
use libm for no_std support and cross-platform determinism
- std default
-
use std
Enables std of anyhow, optional bevy_reflect, bitflags, glam, slotmap, thiserror, and optional tracing
- tracing default
-
Note: tracing works on all no_std platforms that support atomics
Enables tracing
- serialize
- bevy_reflect
-
Enables bevy_reflect