waterui-cli 0.1.4

Cross-platform tooling for WaterUI applications
1
2
3
4
5
6
//! GTK4 device - re-exports Local device.
//!
//! GTK4 apps run directly on the host machine, which is handled by the
//! shared `Local` device implementation in `crate::device`.

pub use crate::device::Local;