1
0
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:
Konkitoman
2023-08-15 02:17:12 +03:00
159 changed files with 2536 additions and 1163 deletions

View File

@@ -19,7 +19,7 @@ fn main() -> eframe::Result<()> {
}
fn repr(attention: UserAttentionType) -> String {
format!("{:?}", attention)
format!("{attention:?}")
}
struct Application {