Cargo Features
[dependencies]
hephae = { version = "0.4.0", default-features = false, features = ["atlas", "gui", "text"] }
- default = atlas, gui, 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
- text default
-
Enables hephae-text, text of optional hephae-gui
hephae has 4 features without comments.