mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Use Rust edition 2024 (#7280)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use emath::{vec2, Rect, Vec2};
|
||||
use emath::{Rect, Vec2, vec2};
|
||||
|
||||
/// A value for all four sides of a rectangle,
|
||||
/// often used to express padding or spacing.
|
||||
|
||||
Reference in New Issue
Block a user