fix: remove AboutMetadata serde support

This commit is contained in:
Amr Bashir 2023-08-16 19:39:53 +03:00
parent 47d1808090
commit 0050d4f273
No known key found for this signature in database
GPG key ID: BBD7A47A2003FF33

View file

@ -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>,