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

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.