Cargo Features
[dependencies]
zellij = { version = "0.41.2", default-features = false, features = ["plugins_from_target", "disable_automatic_asset_installation", "vendored_curl", "unstable", "singlepass"] }
- default = plugins_from_target, vendored_curl
-
See remarks in zellij_utils/Cargo.toml
- plugins_from_target default
-
Enables plugins_from_target of zellij-utils
- disable_automatic_asset_installation
-
Enables disable_automatic…installation of zellij-utils
zellij-utils:
If this feature is NOT set (default):
- builtin plugins (status-bar, tab-bar, ...) are loaded directly from the application binary If this feature is set:
- builtin plugins MUST be available from whatever is configured as
PLUGIN_DIR
- vendored_curl default
-
Enables vendored_curl of zellij-utils
- unstable
-
Enables unstable of zellij-client and zellij-utils
- singlepass
-
Enables singlepass of zellij-server