refactor: about page as a widget
This commit is contained in:
parent
6f53b68be5
commit
d8357d0ea3
8 changed files with 239 additions and 240 deletions
|
|
@ -365,3 +365,9 @@ pub use warning::*;
|
|||
#[cfg(feature = "markdown")]
|
||||
#[doc(inline)]
|
||||
pub use iced::widget::markdown;
|
||||
|
||||
#[cfg(feature = "desktop")]
|
||||
pub mod about;
|
||||
#[cfg(feature = "desktop")]
|
||||
#[doc(inline)]
|
||||
pub use about::about;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue