Cargo Features

[dependencies]
egui_inbox = { version = "0.4.1", default-features = false, features = ["async", "tokio", "egui", "broadcast", "type_inbox", "type_broadcast"] }
default = egui

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

async tokio?

Enables futures and futures-channel, async of hello_egui_utils

tokio = async

Enables tokio of hello_egui_utils

egui default

Enables egui

broadcast type_broadcast?

Affects egui_inbox::broadcast

type_inbox

Enables hello_egui_utils and type-map

type-map:

For TypeInbox and TypeBroadcast

Affects egui_inbox::type_inbox

type_broadcast = broadcast

Enables hello_egui_utils and type-map

Affects egui_inbox::type_broadcast