Matilde Morrone
Matilde Morrone
This PRs adds optional support for the [arbitrary crate](https://github.com/rust-fuzz/arbitrary/) by deriving the Arbitrary trait for both Bytes and BytesMut. This is incredibly useful for fuzz testing as it allows for...
This pull request introduces a new field to the DRM display handle to specify the connector id. Rationale: Without a connector, the file descriptor may point to a DRM device...
Adds bindings to drm.h Contains userspace api for interacting with the direct rendering manager infrastructure
Adds binding the image header required to boot on arm64/aarch64 systems. The kernel "make headers_install" does not include the necessary headers when called. I believe this should be reported upstream...
This pull request introduces initial support for the Linux [DRM interface](https://en.wikipedia.org/wiki/Direct_Rendering_Manager) in wgpu. This enables wgpu to be utilized in environments where a windowing system is unavailable and, more importantly,...
Simple pr that updates the depedencies of the codegen code. - tempdir: The tempdir crate has been deprecated and has not seen any updates in over six years. I have...
This PR introduces version 2 of the workspace protocol, which resolves the naming conflicts between events and requests. I’ve renamed the conflicting events to "destroyed," as this more accurately reflects...
I recently encountered an issue with the current implementation of the cosmic workspace protocol where a request and an event share the same name: `remove`. This came up while generating...