Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnight Exigent committed Dec 13, 2021
1 parent 65573d9 commit ba795e6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/yuck/src/config/window_definition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@ use super::{
window_geometry::{WindowGeometry, WindowGeometryBuilder},
};

#[non_exhaustive]
#[derive(Debug, Clone, serde::Serialize, PartialEq, Eq)]
pub enum WindowPreset {
#[non_exhaustive]
Bar {},
#[non_exhaustive]
Float {},
#[non_exhaustive]
Background {},
#[non_exhaustive]
Normal {},
}

Expand Down

0 comments on commit ba795e6

Please sign in to comment.