mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Merge branch 'master' of https://github.com/emilk/egui into multiples_viewports
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.1.0"
|
||||
authors = ["TicClick <ya@ticclick.ch>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.65"
|
||||
rust-version = "1.67"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -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