Closed nicoburns closed 3 days ago
I think you've confused clipboard-rs
with clipboard
. clipboard-rs
is maintained with a release only 2 months ago and the author merged some PRs of mine last month.
I had a commit locally to submit to clean up the image
dependency, but I see that I forgot to do so. I've updated and submitted it now: https://github.com/ChurchTao/clipboard-rs/pull/53
Let's give him a shot at responding this week.
If we do end up going and merging this, you'll need to edit your PR description to be accurate.
I was wondering why we were building rav1e in vello_editor...
I coordinated with upstream and a new release of clipboard-rs
is out that uses fewer image
features.
Right, I guess we can close this then.
clipboard_rs
is unmaintained and also unnecessarily pulls in every image format from theimage
crate. This PR switches to thearboard
crate which is a maintained fork ofclipboard_rs
(and seems to be the most popular fork, although there is not currently one clear "winner" in this space)