Cargo Features

[dependencies]
maray = { version = "0.3.2", default-features = false, features = ["render"] }
default = render

The render feature is set by default whenever maray is added without default-features = false somewhere in the dependency tree.

render default = current, image, rayon, wasmer

Affects maray::gen_to_image, maray::gen, textures::Textures, textures::fun_color_channel, textures::fun_image_width, textures::fun_image_height, textures::functions

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 render
rayon render
wasmer render
current render