niri/niri-ipc
2025-06-23 16:12:45 +03:00
..
src Bump version to 25.05.1 2025-05-25 08:45:41 +03:00
Cargo.toml Update dependencies 2025-06-23 16:12:45 +03:00
README.md Bump version to 25.05.1 2025-05-25 08:45:41 +03:00

niri-ipc

Types and helpers for interfacing with the 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:

[dependencies]
niri-ipc = "=25.5.1"