1
2
3
4
5
6
7
//! Dioxus Mobile
//!
//! This crate is work-in-progress and is currently just a wrapper over `dioxus-desktop.
//!
//! Eventually we'll have platform-specific hooks and a more robust API.

pub use dioxus_desktop::*;