Cargo Features

[dependencies]
hollywood = { version = "0.7.0", default-features = false, features = ["egui"] }
default = egui

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

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