Cargo Features

[dependencies]
fpvsetup = { version = "0.1.0", default-features = false, features = ["gui"] }
default = gui

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

gui default = edid, fltk, native-dialog, winapi, winres

Required by the binary

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.

fltk gui

Enables fltk ^0.16

native-dialog gui

Enables native-dialog ^0.5

edid win gui

Enables edid-rs

winapi win gui
winres build win gui