udpate iced to use latest rebase

This commit is contained in:
Ashley Wulber 2023-06-15 11:16:32 -04:00 committed by Michael Murphy
parent 804b183492
commit 850968715c
13 changed files with 87 additions and 73 deletions

View file

@ -1,7 +1,7 @@
// Copyright 2022 System76 <info@system76.com>
// SPDX-License-Identifier: MPL-2.0
use iced_core::{renderer::BorderRadius, Background, Color};
use iced_core::{Background, BorderRadius, Color};
/// Appearance of the segmented button.
#[derive(Default, Clone, Copy)]