gardesk/gartray / b3c82a6

Browse files

update dependencies

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
b3c82a6c5818e3e1e5e6d0948ddeaf86c4eab5fb
Parents
9a6fd57
Tree
652d53d

2 changed files

StatusFile+-
M Cargo.toml 5 0
M gartray/Cargo.toml 5 0
Cargo.tomlmodified
@@ -46,3 +46,8 @@ thiserror = "1.0"
4646
 # Utilities
4747
 dirs = "5.0"
4848
 shellexpand = "3.0"
49
+
50
+# Icon loading
51
+image = { version = "0.25", default-features = false, features = ["png", "jpeg"] }
52
+resvg = "0.44"
53
+tiny-skia = "0.11"
gartray/Cargo.tomlmodified
@@ -46,3 +46,8 @@ thiserror = { workspace = true }
4646
 # Utilities
4747
 dirs = { workspace = true }
4848
 shellexpand = { workspace = true }
49
+
50
+# Icon loading
51
+image = { workspace = true }
52
+resvg = { workspace = true }
53
+tiny-skia = { workspace = true }