Cargo Features

OpenEXR has no features set by default.

[dependencies]
openexr = { version = "0.11.0", features = ["imath_cgmath", "imath_glam", "imath_nalgebra", "imath_nalgebra-glm", "long-form-docs"] }
imath_cgmath = cgmath

Enables cgmath of imath-traits ^0.4

imath_glam = glam

Enables glam of imath-traits ^0.4

imath_nalgebra = nalgebra

Enables nalgebra of imath-traits ^0.4

imath_nalgebra-glm = nalgebra-glm

Enables nalgebra-glm of imath-traits ^0.4

long-form-docs = embed-doc-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.

cgmath imath_cgmath?
glam imath_glam?

Enables glam ^0.17

nalgebra imath_nalgebra?

Enables nalgebra ^0.27

nalgebra-glm imath_nalgebra-glm?

Enables nalgebra-glm ^0.12

embed-doc-image long-form-docs?