diff options
| author | 2025-01-16 02:30:15 -0600 | |
|---|---|---|
| committer | 2025-01-16 02:30:15 -0600 | |
| commit | 38ab8b70c132150cd974a33d11bdf8048b99fb23 (patch) | |
| tree | 62f9141c9db23dcb9eb79901a48fe17ed291be87 /ozone-ui | |
| parent | assets done (diff) | |
download client jar
Diffstat (limited to 'ozone-ui')
| -rw-r--r-- | ozone-ui/src/main.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ozone-ui/src/main.rs b/ozone-ui/src/main.rs index 8fbec8e..728953d 100644 --- a/ozone-ui/src/main.rs +++ b/ozone-ui/src/main.rs @@ -1,8 +1,6 @@ -use iced::{Background, Border, Element, Fill, FillPortion, Theme}; -use iced::border::Radius; -use iced::widget::{container, column, row, button, text, horizontal_rule, vertical_rule, Themer}; -use iced::widget::button::Status; +use iced::widget::{button, column, container, horizontal_rule, row, text, vertical_rule}; use iced::window::Settings; +use iced::{Element, Fill, FillPortion, Theme}; fn main() -> iced::Result { let mut settings = Settings::default(); |
