Closed SDesya74 closed 1 year ago
The crate needs a RenderApp to work, which is missing in headless mode.
RenderApp
Perhaps there is a way to remove the dependency on the RenderApp in the settings, or at least under feature?
Why are you using this crate in headless mode? It's specifically a rendering-dependent crate. If you are running in headless mode, you should disable this plugin.
The crate needs a
RenderApp
to work, which is missing in headless mode.Perhaps there is a way to remove the dependency on the
RenderApp
in the settings, or at least under feature?