Cargo Features
[dependencies]
egui_inbox = { version = "0.6.0", default-features = false, features = ["async", "tokio", "egui", "broadcast", "type_inbox", "type_broadcast"] }
- default = egui
-
The
egui
feature is set by default wheneveregui_inbox
is added without
somewhere in the dependency tree.default-features = false - 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?
-
Enables hello_egui_utils
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
…