Skip to content

Commit

Permalink
fix(deps): update rust crate egui_extras to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 59fe15b commit d7e6112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ eframe = { version = "0.27", default-features = false, features = [
"glow", # Use the glow rendering backend. Alternative: "wgpu".
"persistence", # Enable restoring app state when restarting the app.
] }
egui_extras ="0.27"
egui_extras ="0.29"
egui-notify = { version = "0.13" }
egui_dock = "0.12"
catppuccin-egui = { version = "5.1", default-features = false, features = ["egui27"] }
Expand Down

0 comments on commit d7e6112

Please sign in to comment.