Cargo Features

bvh_anim has no features set by default.

[dependencies]
bvh_anim = { version = "0.4.0", features = ["ffi", "bindings", "ctests"] }
ffi bindings? = cfile, libc

Affects bvh_anim::ffi

bindings ctests? = cbindgen, ffi
ctests = bindings, cc

This feature is utterly broken and (will) only be useful for testing

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.

cbindgen build bindings?

Enables cbindgen ^0.8

cc build ctests?
cfile ffi?

Enables cfile ^0.4

libc ffi?