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 wheneverwinio
is added without
somewhere in the dependency tree.default-features = false - 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
- 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.