Cargo Features

[dependencies]
linicon = { version = "2.3.0", default-features = false, features = ["system-theme", "expand-paths"] }
default = system-theme

The system-theme feature is set by default whenever linicon is added without default-features = false somewhere in the dependency tree.

system-theme default = linicon-theme
expand-paths = shellexpand

Expand paths passed to lookup_icon_with_extra_paths

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.

shellexpand expand-paths?

Enables shellexpand ^2.0

linicon-theme system-theme