Cargo Features

[dependencies]
menyoki = { version = "1.7.0", default-features = false, features = ["ski", "sixel", "test-ws"] }
default = ski

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

ski default = gifski, imgref, rgb

enable gifski encoder

Affects gif::ski

sixel

enable support for viewing sixel images

Enables sixel of viuer ^0.6.2

test-ws

run window system tests

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.

imgref ski
rgb ski
gifski ski