Bump deps and make a release
kchibisov opened this issue · 4 comments
ids1024 commented
These things are done now, other than #132.
We could do a patch release now, though none of the updates are especially important.
The raw-window-handle
update will be breaking, and I guess should be done alongside the release of winit. Unless we can support both versions in some clean way.
kchibisov commented
The main motivation is to include updated softbuffer for the winit release, so we don't have duplicated deps.
AstroTheRabbit commented
Unsure if this should go in a new issue or not, but winit has had a softbuffer-breaking update - Winit Version 0.29.2.
kchibisov commented
I mean, it doesn't matter though. You can still use softbuffer with new winit, just use a rwh_05
feature. And winit doesn't depend on softbuffer.