Cargo Features

zellij-utils has no features set by default.

[dependencies]
zellij-utils = { version = "0.40.0", features = ["disable_automatic_asset_installation", "unstable", "plugins_from_target"] }
disable_automatic_asset_installation

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
plugins_from_target