mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Merge branch 'master' of https://github.com/emilk/egui into multiples_viewports
This commit is contained in:
@@ -19,7 +19,7 @@ fn main() -> eframe::Result<()> {
|
||||
}
|
||||
|
||||
fn repr(attention: UserAttentionType) -> String {
|
||||
format!("{:?}", attention)
|
||||
format!("{attention:?}")
|
||||
}
|
||||
|
||||
struct Application {
|
||||
|
||||
Reference in New Issue
Block a user