Skip to content

Commit

Permalink
Update element.rs
Browse files Browse the repository at this point in the history
format
  • Loading branch information
HookedBehemoth committed Jan 26, 2024
1 parent b326b4d commit dc87823
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ui_extensions/element.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ pub enum UIElement {
border_px: u32,
},
#[cfg(feature = "image")]
Image {
img: image::DynamicImage,
},
Image { img: image::DynamicImage },
Region {
size: cgmath::Vector2<u32>,
border_color: color,
Expand Down

0 comments on commit dc87823

Please sign in to comment.