Cargo Features

[dependencies]
tufa = { version = "0.1.2", default-features = false, features = ["interactive"] }
default = interactive

The interactive feature is set by default whenever tufa is added without default-features = false somewhere in the dependency tree.

interactive default = 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