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 whenever direct-gui is added without default-features = false somewhere in the dependency tree.

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