chore: update iced

This commit is contained in:
Ashley Wulber 2023-12-04 16:49:14 -05:00 committed by Ashley Wulber
parent 17bc373990
commit fcfe9ebc59
11 changed files with 33 additions and 45 deletions

View file

@ -25,6 +25,7 @@ where
renderer: &crate::Renderer,
bounds: Size,
position: Point,
_translation: iced::Vector,
) -> layout::Node {
let limits = layout::Limits::new(Size::ZERO, bounds)
.width(self.width)