Skip to main content

waterui_cli/winui/
device.rs

1//! `WinUI` device - re-exports Local device.
2//!
3//! `WinUI` 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;