Skip to main content

waterui_cli/gtk4/
device.rs

1//! GTK4 device - re-exports Local device.
2//!
3//! GTK4 apps run directly on the host machine, which is handled by the
4//! shared `Local` device implementation in `crate::device`.
5
6pub use crate::device::Local;