Skip to content

Commit

Permalink
fix: remove AboutMetadata serde support
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Aug 16, 2023
1 parent 47d1808 commit 0050d4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/about_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use crate::icon::Icon;

/// Application metadata for the [`PredefinedMenuItem::about`](crate::PredefinedMenuItem::about).
#[derive(Debug, Clone, Default)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub struct AboutMetadata {
/// Sets the application name.
pub name: Option<String>,
Expand Down

0 comments on commit 0050d4f

Please sign in to comment.