mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix: Hide launch mod when disabled (#2171)
This commit is contained in:
parent
fd21c97103
commit
44471f4918
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ pub use dioxus_core;
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "launch")))]
|
||||
mod launch;
|
||||
|
||||
#[cfg(feature = "launch")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "launch")))]
|
||||
pub use launch::launch;
|
||||
|
||||
#[cfg(feature = "hooks")]
|
||||
|
|
Loading…
Reference in a new issue