Cargo Features
[dependencies]
mist = { version = "1.19.0", default-features = false, features = ["plugins", "instant", "portable", "bg", "icon"] }
- default = bg, icon, instant, plugins
-
These default features are set whenever
mist
is added without
somewhere in the dependency tree.default-features = false - plugins default
-
Enables libloading and mist-pdk
- instant default
- portable
- bg default
-
Enables bg of mist-core, gfx and image of sdl2 ^0.35
- icon default
-
Enables image of sdl2 ^0.35
mist has 6 features without comments.