Cargo Features
[dependencies]
arexibo = { version = "0.2.5", default-features = false, features = ["gui"] }
- gui default
-
to avoid long link times when working on backend
Affects
arexibo::gui
… - default = gui
-
The
gui
feature is set by default wheneverarexibo
is added without
somewhere in the dependency tree.default-features = false