Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smithay/wlcs-rs
Rust bindings for wlcs (Wayland Conformance Test Suite)
https://github.com/smithay/wlcs-rs
Last synced: 6 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T20:26:10.000Z (about 1 year ago)
- Last Synced: 2024-03-25T20:55:49.491Z (8 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- 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"
```