Skip to content

Commit a5872ab

Browse files
fix(deps): update rust crate egui_extras to 0.33
1 parent fba987c commit a5872ab

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.29", 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.29"
16+
egui_extras ="0.33"
1717
egui_dock = "0.14"
1818
catppuccin-egui = { version = "5.3.1", default-features = false, features = ["egui29"] }
1919

0 commit comments

Comments
 (0)