icns-rs

Easily create .icns files (Mac Icons) with this Rust library or the included CLI app.
Log | Files | Refs | LICENSE

commit 515c45eaeab721a6c03b4aadf9f6e517eb41f04c
parent a913cd634c6e21bec1406632f59b13a06a909172
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Sat,  7 Mar 2020 16:29:31 +0800

Chore: Update deps.

Diffstat:
MCargo.toml | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -13,13 +13,13 @@ name = "icnsify" path = "src/main.rs" [dependencies] -image = "0.22.1" -byteorder = "1.3.2" -rayon = "1.1.0" +image = "0.23.0" +byteorder = "1.3.4" +rayon = "1.3.0" clap = "2.33.0" -deflate = "0.7.20" -png = "0.15.0" +deflate = "0.8.3" +png = "0.16.1" [dev-dependencies] clap = "2.33.0" -num-complex = "0.2.3" +num-complex = "0.2.4"