// D-Bus, and only reached on Linux: winit answers the color-scheme question itself on Windows and macOS.
// The gate belongs to this module and to nothing else — `zbus` is the one dependency declared for Linux
// alone, so a `mod` that drifts above this line takes the gate with it and unroofs `zbus` on every other OS.
pub use DesktopClipboard;
pub use DesktopFileDialogs;
pub use DesktopPathsProvider;
pub use ;
// Re-exported from the shared winit backend so desktop consumers get the runner and its window type from one crate.
pub use WinitWindow;