Cargo Features
[dependencies]
xdialog = { version = "0.1.1", default-features = false, features = ["fltk-bundled"] }
- default = fltk-bundled
-
The
fltk-bundled
feature is set by default wheneverxdialog
is added without
somewhere in the dependency tree.default-features = false - fltk-bundled default
-
Enables fltk-bundled of fltk
fltk:
Support for bundled versions of cfltk and fltk (requires curl and tar)
XDialog has 2 features without comments.