ltk/protocol/mod.rs
// 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;