mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Use Rust edition 2024 (#7280)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
use egui::{
|
||||
Color32, Painter, Pos2, Rect, Shape, Stroke, Ui, Vec2,
|
||||
containers::{CollapsingHeader, Frame},
|
||||
emath, pos2,
|
||||
widgets::Slider,
|
||||
Color32, Painter, Pos2, Rect, Shape, Stroke, Ui, Vec2,
|
||||
};
|
||||
use std::f32::consts::TAU;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user