Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40a5df5

Browse files
authoredMar 15, 2025··
fix(deps): update rust crate resvg to 0.45
1 parent ee8978e commit 40a5df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎backend/nyanpasu-egui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parking_lot = "0.12"
2222
image = { version = "0.25", features = ["jpeg", "png"] }
2323
humansize = "2"
2424
# for svg currentColor replacement
25-
resvg = "0.44" # for svg rendering
25+
resvg = "0.45" # for svg rendering
2626
usvg = "0.44" # for svg parsing
2727
csscolorparser = "0.7" # for color conversion
2828
ipc-channel = "0.19" # for IPC between the Widget process and the GUI process

0 commit comments

Comments
 (0)
Please sign in to comment.