Cargo Features
[dependencies]
tween = { version = "2.0.3", default-features = false, features = ["std", "ultraviolet-f64", "libm", "glam", "nalgebra", "vek", "cgmath"] }
- default = std
-
The
std
feature is set by default whenevertween
is added without
somewhere in the dependency tree.default-features = false - std default
- ultraviolet-f64
-
Enables f64 of ultraviolet
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.
- libm implicit feature
-
Enables libm
libm:
libm in pure Rust
- glam implicit feature
-
Enables glam ^0.27
glam:
A simple and fast 3D math library for games and graphics
- nalgebra implicit feature
-
Enables nalgebra ^0.32
- vek implicit feature
-
Enables vek ^0.16
vek:
Generic 2D-3D math swiss army knife for game engines, with SIMD support and focus on convenience
- ultraviolet ultraviolet-f64?
- cgmath implicit feature
-
Enables cgmath
cgmath:
A linear algebra and mathematics library for computer graphics