RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
267 stars 57 forks source link

Fix usage of spare_capacity_mut which isn't available in MSRV 1.59 #190

Closed prokopyl closed 4 months ago

prokopyl commented 4 months ago

This is to fix the failing CI on Windows since clippy added the MSRV checks.

I'll make a separate PR to actually check that everything always builds on MSRV, which is an oversight from #182.