Files
niri/niri-ipc/README.md
T
Ivan Molodetskikh af4b5f99e9 Bump version to 25.08
2025-08-29 22:01:28 +03:00

17 lines
438 B
Markdown

# niri-ipc
Types and helpers for interfacing with the [niri](https://github.com/YaLTeR/niri) Wayland compositor.
## Backwards compatibility
This crate follows the niri version.
It is **not** API-stable in terms of the Rust semver.
In particular, expect new struct fields and enum variants to be added in patch version bumps.
Use an exact version requirement to avoid breaking changes:
```toml
[dependencies]
niri-ipc = "=25.8.0"
```