update dependencies
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
b3c82a6c5818e3e1e5e6d0948ddeaf86c4eab5fb- Parents
-
9a6fd57 - Tree
652d53d
b3c82a6
b3c82a6c5818e3e1e5e6d0948ddeaf86c4eab5fb9a6fd57
652d53d| Status | File | + | - |
|---|---|---|---|
| M |
Cargo.toml
|
5 | 0 |
| M |
gartray/Cargo.toml
|
5 | 0 |
Cargo.tomlmodified@@ -46,3 +46,8 @@ thiserror = "1.0" | ||
| 46 | 46 | # Utilities |
| 47 | 47 | dirs = "5.0" |
| 48 | 48 | 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 } | ||
| 46 | 46 | # Utilities |
| 47 | 47 | dirs = { workspace = true } |
| 48 | 48 | shellexpand = { workspace = true } |
| 49 | + | |
| 50 | +# Icon loading | |
| 51 | +image = { workspace = true } | |
| 52 | +resvg = { workspace = true } | |
| 53 | +tiny-skia = { workspace = true } | |