#wayland-protocol #client-server #protocols #wayland #server #client #gamescope

deprecated gamescope-protocol

Generated APIs for the offical gamescope wayland protocol extensions

1 unstable release

0.0.1 Mar 28, 2022

#37 in #wayland-protocol

MIT license

9KB
141 lines

gamescope-protocol

Generated APIs for the offical gamescope wayland protocol extensions


lib.rs:

This crate provides bindings to the official wayland protocol extensions provided in https://github.com/Plagman/gamescope/tree/master/protocol

These bindings are built on top of the crates wayland-client and wayland-server.

Each protocol module contains a client and a server submodules, for each side of the protocol. The creation of these modules (and the dependency on the associated crate) is controlled by the two cargo features client and server.

Dependencies

~2MB
~40K SLoC