Cargo Features

showata has no features set by default.

[dependencies]
showata = { version = "0.3.2", features = ["all", "show_nalgebra", "show_ndarray", "show_image"] }
all = show_image, show_nalgebra, show_ndarray
show_nalgebra all? = nalgebra, num-traits
show_ndarray all? = ndarray
show_image all? = image

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.

image show_image?

Enables image ^0.23

nalgebra show_nalgebra?

Enables nalgebra ^0.25

num-traits show_nalgebra?
ndarray show_ndarray?

Enables ndarray ^0.14