Cargo Features
avian_pickup has no features set by default.
[dependencies]
avian_pickup = { version = "0.1.4", features = ["serialize"] }
- default
-
Since this library does not make sense without also depending on
avian3d
, we are not replicating thef32
,f64
,parry-f32
, andparry-f64
features. If you want to use f64 precision, addavian_pickup
withdefault-features = false
and activate the f64-related features inavian3d
. - serialize
-
Enables serde and serialize of avian3d and bevy
bevy:
Enable serialization support through serde