Cargo Features
HexChat has no features set by default.
[dependencies]
hexchat = { version = "0.6.3", features = ["window"] }
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.
- glib window?
-
Enables glib ^0.6.1
- gtk window?
-
Enables gtk ^0.5.0
- gtk-sys window?
-
Enables gtk-sys ^0.7.0
- winapi win window?