Cargo Features
wolf_engine_core has no features set by default.
[dependencies]
wolf_engine_core = { version = "0.25.0", features = ["logging"] }
- logging = simple_logger
-
Affects
wolf_engine_core::logging
…
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.
- simple_logger logging?
-
Enables simple_logger ^1.13
Optional Dependencies