Cargo Features
[dependencies]
maray = { version = "0.3.2", default-features = false, features = ["render"] }
- default = render
-
The
render
feature is set by default whenevermaray
is added without
somewhere in the dependency tree.default-features = false - 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.