diff --git a/Cargo.lock b/Cargo.lock index a5251bd..f4f6dcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1035,9 +1035,9 @@ dependencies = [ [[package]] name = "egui" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5493685c2ca33e06b5ad45ae304b13bc084c395f422268bff1377633552f69ac" +checksum = "abecd396ede556116fceaa0098a1c9278ef526119c5097311eac4bcf57484c52" dependencies = [ "accesskit", "ahash", diff --git a/Cargo.toml b/Cargo.toml index 696a436..b5c97ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.65" license = "MIT" [dependencies] -egui = { version = "=0.26.0" } +egui = { version = "=0.26.1" } eframe = { version = "=0.26.0", features = [ "accesskit", # Make egui comptaible with screen readers. NOTE: adds a lot of dependencies. "default_fonts", # Embed the default egui fonts.