Cargo Features

hello_egui_utils has no features set by default.

[dependencies]
hello_egui_utils = { version = "0.7.0", features = ["async", "tokio", "example_util"] }
default

These default features are set whenever hello_egui_utils is added without default-features = false somewhere in the dependency tree.

Enables optional eframe

async tokio?

Enables wasm-bindgen-futures

Affects hello_egui_utils::spawn

tokio = async

Enables tokio

Affects hello_egui_utils::spawn

example_util

Enables eframe

Affects hello_egui_utils::example