mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-19 09:03:13 +00:00
7 lines
216 B
Rust
7 lines
216 B
Rust
//! 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::*;
|