We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8978e commit 40a5df5Copy full SHA for 40a5df5
backend/nyanpasu-egui/Cargo.toml
@@ -22,7 +22,7 @@ parking_lot = "0.12"
22
image = { version = "0.25", features = ["jpeg", "png"] }
23
humansize = "2"
24
# for svg currentColor replacement
25
-resvg = "0.44" # for svg rendering
+resvg = "0.45" # for svg rendering
26
usvg = "0.44" # for svg parsing
27
csscolorparser = "0.7" # for color conversion
28
ipc-channel = "0.19" # for IPC between the Widget process and the GUI process
0 commit comments