Cargo Features

Zellij has no features set by default.

[dependencies]
zellij = { version = "0.40.1", features = ["disable_automatic_asset_installation", "unstable", "singlepass"] }
default

See remarks in zellij_utils/Cargo.toml

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

unstable

Enables unstable of zellij-client and zellij-utils

singlepass

Enables singlepass of zellij-server