icns-rs

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

commit e3db6fad0337ac058f47f28ae4485206c6771830
parent 7938a950c214cb92ee253a3f4f80ec6babd643c9
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Mon, 31 Dec 2018 11:57:36 +1300

[+] Introduce our dependencies.

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

diff --git a/Cargo.toml b/Cargo.toml @@ -5,3 +5,8 @@ authors = ["Jack Mordaunt <jackmordaunt@gmail.com>"] edition = "2018" [dependencies] +image = "0.20.1" +byteorder = "1.2.7" + +[dev-dependencies] +clap = "2.32.0" +\ No newline at end of file