Cargo Features

imaged has no features set by default.

[dependencies]
imaged = { version = "0.10.1", features = ["all", "halide", "viewer", "docs-rs"] }
all = halide, viewer
halide all? = halide-runtime
viewer all? = gl, glfw

Affects imaged::viewer

docs-rs

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.

halide-runtime halide?

Enables halide-runtime ^0.5

glfw viewer?

Enables glfw ^0.39

gl viewer?