Cargo Features
[dependencies]
direct-gui = { version = "0.1.26", default-features = false, features = ["file-loading"] }
- default = file-loading
-
The
file-loading
feature is set by default wheneverdirect-gui
is added without
somewhere in the dependency tree.default-features = false - file-loading default = image
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.
- image file-loading
-
Enables image ^0.23.3