docs.rs failed to build wayland-protocols-treeland-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Treeland Protocols Rust Bindings
Rust bindings for Treeland Wayland protocol extensions.
These bindings are built on top of wayland-client and wayland-server.
For details about the protocols themselves, please refer to the upstream repository: https://github.com/linuxdeepin/treeland-protocols
Installation
Add this to your Cargo.toml:
[]
= { = "https://github.com/dwapp/treeland-protocols-rs" }
Features
client(default): Enable client-side bindingsserver: Enable server-side bindings
# Client only (default)
= { = "..." }
# Server only
= { = "...", = false, = ["server"] }
# Both client and server
= { = "...", = ["client", "server"] }
Building
# Clone with submodules
License
This project is licensed under the MIT License - see the LICENSE file for details.
The protocol definitions in treeland-protocols/ are licensed separately, see that repository for details.