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 whenevermenyoki
is added without
somewhere in the dependency tree.default-features = false - 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.