You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
Right now CompositorBuilder only supports using the auto backend starter. It should be able to support:
Wayland
X11
DRM
Multi
This will return a MultiBackendBuilder that will allow you to add other backends. You need to specify at least one backend for this to succeed.
Note that in order to do backend specific things (e.g add virtual outputs in Wayland or X11 backend) we'll need to expose a Backend enum through Compositor.
The text was updated successfully, but these errors were encountered:
Right now
CompositorBuilder
only supports using the auto backend starter. It should be able to support:MultiBackendBuilder
that will allow you to add other backends. You need to specify at least one backend for this to succeed.Note that in order to do backend specific things (e.g add virtual outputs in Wayland or X11 backend) we'll need to expose a
Backend
enum throughCompositor
.The text was updated successfully, but these errors were encountered: