|
@@ -3,6 +3,9 @@
|
|
#![doc(html_favicon_url = "https://avatars.githubusercontent.com/u/79236386")]
|
|
#![doc(html_favicon_url = "https://avatars.githubusercontent.com/u/79236386")]
|
|
|
|
|
|
pub use dioxus_desktop::*;
|
|
pub use dioxus_desktop::*;
|
|
|
|
+// intentionally shadow the launch module as it does not work on mobile.
|
|
|
|
+pub mod launch {}
|
|
|
|
+
|
|
use dioxus_lib::prelude::*;
|
|
use dioxus_lib::prelude::*;
|
|
use std::any::Any;
|
|
use std::any::Any;
|
|
|
|
|