Cargo Features

naut_image_engine has no features set by default.

[dependencies]
naut_image_engine = { version = "0.14.22", features = ["imageproc-ops", "output-test-images"] }
imageproc-ops = imageproc, rusttype

Affects wrapper::font_options, wrapper::draw_text_inner

output-test-images

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.

imageproc imageproc-ops?

Enables imageproc ^0.21.0

rusttype imageproc-ops?