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 wheneverlinicon
is added without
somewhere in the dependency tree.default-features = false - 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.