https://github.com/smithay/wlcs-rs
Rust bindings for wlcs (Wayland Conformance Test Suite)
https://github.com/smithay/wlcs-rs
Last synced: 4 months ago
JSON representation
Rust bindings for wlcs (Wayland Conformance Test Suite)
- Host: GitHub
- URL: https://github.com/smithay/wlcs-rs
- Owner: Smithay
- License: mit
- Created: 2023-06-16T16:36:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T20:26:10.000Z (over 1 year ago)
- Last Synced: 2024-12-24T03:58:48.856Z (4 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wlcs-rs
Bindings and helpers for implementing
[wlcs](https://github.com/MirServer/wlcs). See
[wlcs_anvil](https://github.com/Smithay/smithay/tree/master/wlcs_anvil) for
usage.# Usage
Add wlcs-rs as a dependency in `Cargo.toml`
```
[dependencies]
wlcs = "^0.1.0"
```