Skip to content

Commit 60f1878

Browse files
fix(deps): update rust crate egui_extras to 0.30
1 parent 59fe15b commit 60f1878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ eframe = { version = "0.27", default-features = false, features = [
1313
"glow", # Use the glow rendering backend. Alternative: "wgpu".
1414
"persistence", # Enable restoring app state when restarting the app.
1515
] }
16-
egui_extras ="0.27"
16+
egui_extras ="0.30"
1717
egui-notify = { version = "0.13" }
1818
egui_dock = "0.12"
1919
catppuccin-egui = { version = "5.1", default-features = false, features = ["egui27"] }

0 commit comments

Comments
 (0)