Cargo Features

[dependencies]
impacted = { version = "2.0.1", default-features = false, features = ["std", "unstable-v3", "unstable-v3-aabb", "glam-0-24", "bvh-arena"] }
default = std

The std feature is set by default whenever impacted is added without default-features = false somewhere in the dependency tree.

std default

Enables std of glam ^0.24.2

Private

and std of optional bvh-arena

Public

unstable-v3 unstable-v3-aabb?

Affects impacted::v3

unstable-v3-aabb = libm, unstable-v3
glam-0-24

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bvh-arena implicit feature
libm unstable-v3-aabb?