Move about widget to new about feature
This commit is contained in:
parent
01bd999d28
commit
be4c0a0848
3 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#[cfg(feature = "desktop")]
|
||||
use {
|
||||
crate::{
|
||||
iced::{Alignment, Length},
|
||||
|
|
|
|||
|
|
@ -366,8 +366,8 @@ pub use warning::*;
|
|||
#[doc(inline)]
|
||||
pub use iced::widget::markdown;
|
||||
|
||||
#[cfg(feature = "desktop")]
|
||||
#[cfg(feature = "about")]
|
||||
pub mod about;
|
||||
#[cfg(feature = "desktop")]
|
||||
#[cfg(feature = "about")]
|
||||
#[doc(inline)]
|
||||
pub use about::about;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue