Cargo Features
[dependencies]
make_it_braille = { version = "0.6.0", default-features = false, features = ["bin", "image"] }
- default = image
-
The
image
feature is set by default whenevermake_it_braille
is added without
somewhere in the dependency tree.default-features = false - bin
-
Enables clap and env_logger, log, reqwest, and thiserror, avif, bmp, dds, exr, gif, hdr, ico, jpeg, png, pnm, qoi, tga, tiff and webp of image
Required by the binary
- image default
-
Enables image
Affects
make_it_braille::dithering
…