Cargo Features
[dependencies]
hephae = { version = "0.7.2", default-features = false, features = ["atlas", "locale", "text", "ui"] }
- default = atlas, locale, text, ui
-
These default features are set whenever
hephae
is added without
somewhere in the dependency tree.default-features = false - atlas default
-
Enables hephae-atlas, atlas of hephae-plugins
- locale default
-
Enables hephae-locale, locale of hephae-plugins and optional hephae-text
- text default
-
Enables hephae-text, text of hephae-plugins, text of optional hephae-ui
- ui default
-
Enables hephae-ui, ui of hephae-plugins
hephae has 5 features without comments.