Skip to content

Commit

Permalink
fix(deps): update rust crate egui_extras to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 3e490d5 commit c52ae12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/nyanpasu-egui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "./src/small.rs"

[dependencies]
eframe = "0.29.1"
egui_extras = { version = "0.29", features = ["all_loaders"] }
egui_extras = { version = "0.30", features = ["all_loaders"] }
parking_lot = "0.12"
image = { version = "0.25.5", features = ["jpeg", "png"] }
humansize = "2.1.3"
Expand Down

0 comments on commit c52ae12

Please sign in to comment.