Cargo Features
lin-alg2 has no features set by default.
[dependencies]
lin-alg2 = { version = "0.1.1", features = ["no_std", "computer_graphics"] }
- no_std
-
Enables libm of num-traits
- computer_graphics
-
The
computer_graphics
feature enables projection matrices, and other operations used in computer graphics.
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.