Cargo Features
[dependencies]
hollywood = { version = "0.7.0", default-features = false, features = ["egui"] }
- default = egui
-
The
egui
feature is set by default wheneverhollywood
is added without
somewhere in the dependency tree.default-features = false - egui default
-
Enables eframe
hollywood intends to use only basic features of egui, hence future versions of egui will likely/hopefully work
and env_logger
version = ">= 0.27, <1.0",
Affects
actors::egui
…