Cargo Features

rolt has no features set by default.

[dependencies]
rolt = { version = "0.2.0+Jolt-5.0.0", features = ["double-precision", "object-layer-u32"] }
double-precision

Enables double-precision of joltc-sys

joltc-sys:

Changes all world coordinates to use f64 instead of 32 coordinates.

Affects math::RVec3

object-layer-u32

Enables object-layer-u32 of joltc-sys

joltc-sys:

Changes ObjectLayer and related types to be u32 instead of u16.