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