Cargo Features
[dependencies]
wolf_engine = { version = "0.25.0", default-features = false, features = ["framework", "logging"] }
- default = framework
-
The
framework
feature is set by default wheneverwolf_engine
is added without
somewhere in the dependency tree.default-features = false - framework default logging? = wolf_engine_framework
- logging = framework
-
Enables logging of wolf_engine_core
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.