Skip to content

Commit

Permalink
fix: Hide launch mod when disabled (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Mar 28, 2024
1 parent fd21c97 commit 44471f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dioxus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down

0 comments on commit 44471f4

Please sign in to comment.