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 whenever tween is added without default-features = false somewhere in the dependency tree.

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

glam:

A simple and fast 3D math library for games and graphics

nalgebra implicit feature
vek implicit feature

Enables vek

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