mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-04 12:11:36 +02:00
refactor(rust): upgrade to edition 2024 part 1
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#![warn(clippy::all)]
|
||||
|
||||
use eframe::egui;
|
||||
use eframe::egui::color_picker::Alpha;
|
||||
use eframe::egui::Color32;
|
||||
use eframe::egui::ViewportBuilder;
|
||||
use eframe::egui::color_picker::Alpha;
|
||||
use komorebi_client::BorderStyle;
|
||||
use komorebi_client::Colour;
|
||||
use komorebi_client::DefaultLayout;
|
||||
|
||||
Reference in New Issue
Block a user