Cargo Features

HexChat has no features set by default.

[dependencies]
hexchat = { version = "0.6.3", features = ["window"] }
window = glib, gtk, gtk-sys, winapi

Affects get_info::WindowStatus

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

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?