rust-windowing / softbuffer

Easily write an image to a window
Apache License 2.0
282 stars 44 forks source link

Update `drm` to 0.11 #178

Closed ids1024 closed 7 months ago

ids1024 commented 7 months ago

Drm-rs now no longer requires separate generated bindings for each platform, so this fixes the build on architectures/OSes where drm didn't have bindings.

It also now uses Rustix instead of Nix, but Nix is still used by the Wayland and X11 backends, until the next wayland-rs and x11rb release.

This is not a breaking change since drm isn't exposed in the API.