Cargo Features

[dependencies]
winio = { version = "0.3.2", default-features = false, features = ["gtk", "qt", "enable_log", "nightly", "objc-static"] }
default = qt

The qt feature is set by default whenever winio is added without default-features = false somewhere in the dependency tree.

gtk

Enables gtk4 and pangocairo

qt default

Enables cxx, cxx-build, and qt-build-utils ^0.6

enable_log

Enables enable_log of compio and compio-log

nightly

Enables nightly of compio and cyper

objc-static

Enables unstable-static-class-inlined and unstable-static-sel-inlined of objc2, unstable-static-nsstring of objc2-foundation

Winio has 6 features without comments.