ltk/protocol/
mod.rs

1
2
3
4
5
6
7
8
// SPDX-License-Identifier: LGPL-2.1-only
// Copyright (C) 2026 Liberux Labs, S. L. <info@liberux.net>

//! Client bindings for Wayland protocols that `wayland-protocols` does not
//! ship generated code for yet. Each submodule vendors its XML under
//! `protocols/` and runs `wayland-scanner` at compile time.

pub( crate ) mod xdg_session_management_v1;