Feature gate more dependencies#1743
Conversation
Wayland backend is self contained and only requires smithay-client-toolkit to work, thus feature gate the rest of the deps that are only for X11.
chrisduerr
left a comment
There was a problem hiding this comment.
As long as CI is happy, everything should be good.
|
This reintroduces an issue where the same dependency is specified multiple times (e.g. |
It's not an issue if someone can at least look at the code when they are bumping things, if they just blindly merge nothing can be done a tthis point. |
|
Also you say that, but this PR removed the duplicate |
Wayland backend is self contained and only requires
smithay-client-toolkit to work, thus feature gate the
rest of the deps that are only for X11.