Cargo Features
[dependencies]
actuate-winit = { version = "0.1.5", default-features = false, features = ["tracing"] }
- default = tracing
-
The
tracing
feature is set by default wheneveractuate-winit
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing
actuate-winit has 2 features without comments.