#[cfg(test)]
mod all_features_tests {
#[cfg(feature = "avian3d")]
#[test]
fn test_avian3d_build() {
}
#[cfg(feature = "bevy")]
#[test]
fn test_bevy_build() {
}
#[cfg(feature = "bincode")]
#[test]
fn test_bincode_build() {
}
#[cfg(feature = "burn")]
#[test]
fn test_burn_build() {
}
#[cfg(feature = "burn_dtype")]
#[test]
fn test_burn_dtype_build() {
}
#[cfg(feature = "rustls")]
#[test]
fn test_rustls_build() {
}
#[cfg(feature = "tokio")]
#[test]
fn test_tokio_build() {
}
}