Cargo Features

[dependencies]
arexibo = { version = "0.2.3", 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 whenever arexibo is added without default-features = false somewhere in the dependency tree.