Cargo Features
tufa has no features set by default.
[dependencies]
tufa = { version = "0.1.0", features = ["interactive"] }
- interactive = egui, egui-wgpu, egui-winit, winit
-
Affects
tufa::interactive
…
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.
- egui interactive?
-
Enables egui
Interactive only
- egui-wgpu interactive?
- egui-winit interactive?
- winit interactive?