Cargo Features
fltk-float has no features set by default.
[dependencies]
fltk-float = { version = "0.1.5", features = ["fltk-bundled", "static-msvcrt"] }
- fltk-bundled
-
Enables fltk-bundled of fltk
fltk:
Support for bundled versions of cfltk and fltk (requires curl and tar)
- static-msvcrt
-
Enables static-msvcrt of fltk
fltk:
Ensure MSVCRT is linked statically even if cargo does not pass the flag to the build script.
fltk-float has 2 features without comments.