multibg-wayland/deps/niri-ipc-25.2.0
Gergő Sályi 9005a99289 Fix niri compatibility, add versioned niri-ipc dependencies
Using multiple niri-ipc versions need an ugly workaround
where we vendor and re-publish old versions to crates.io
See deps/README.md

Fixes issue:
https://github.com/gergo-salyi/multibg-wayland/issues/16
2025-06-01 13:39:50 +02:00
..
src Fix niri compatibility, add versioned niri-ipc dependencies 2025-06-01 13:39:50 +02:00
Cargo.lock Fix niri compatibility, add versioned niri-ipc dependencies 2025-06-01 13:39:50 +02:00
Cargo.toml Fix niri compatibility, add versioned niri-ipc dependencies 2025-06-01 13:39:50 +02:00
README.md Fix niri compatibility, add versioned niri-ipc dependencies 2025-06-01 13:39:50 +02: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"