13 lines
281 B
Rust
13 lines
281 B
Rust
// SPDX-License-Identifier: GPL-3.0-only
|
|
|
|
pub mod a11y;
|
|
pub mod atspi;
|
|
pub mod drm;
|
|
pub mod image_capture_source;
|
|
pub mod output_configuration;
|
|
pub mod output_power;
|
|
pub mod overlap_notify;
|
|
pub mod screencopy;
|
|
pub mod toplevel_info;
|
|
pub mod toplevel_management;
|
|
pub mod workspace;
|