mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 15:20:05 -04:00
Use Rust edition 2024 (#7280)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use egui::{util::undoer::Undoer, Button};
|
||||
use egui::{Button, util::undoer::Undoer};
|
||||
|
||||
#[derive(Debug, PartialEq, Eq, Clone)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]
|
||||
|
||||
Reference in New Issue
Block a user