Files
niri/niri-ipc
Ivan Molodetskikh cc2549323d wip
2025-04-25 11:23:06 +03:00
..
wip
2025-04-25 11:23:06 +03:00
2025-02-21 09:05:26 +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.2.0"