pkgsrc/graphics/stitchy/cargo-depends.mk
pin 054c2e2aff graphics/stitchy: import package
Joins multiple existing image files into a single output.
Supports various flags for arranging the output or scaling down to desirable
dimensions.

Images of the same size will stitch together neatly:

If the images are more irregular in shape, the tool will attempt to arrange them
as neatly as possible, and scale some images in the process.
2021-01-01 17:18:06 +00:00

37 lines
1.4 KiB
Makefile

# $NetBSD: cargo-depends.mk,v 1.1 2021/01/01 17:18:06 pin Exp $
CARGO_CRATE_DEPENDS+= adler32-1.0.4
CARGO_CRATE_DEPENDS+= autocfg-0.1.7
CARGO_CRATE_DEPENDS+= bitflags-1.2.1
CARGO_CRATE_DEPENDS+= bytemuck-1.2.0
CARGO_CRATE_DEPENDS+= byteorder-1.3.2
CARGO_CRATE_DEPENDS+= cfg-if-0.1.10
CARGO_CRATE_DEPENDS+= clap-2.33.0
CARGO_CRATE_DEPENDS+= color_quant-1.0.1
CARGO_CRATE_DEPENDS+= crc32fast-1.2.0
CARGO_CRATE_DEPENDS+= deflate-0.8.4
CARGO_CRATE_DEPENDS+= gif-0.10.3
CARGO_CRATE_DEPENDS+= heck-0.3.1
CARGO_CRATE_DEPENDS+= image-0.23.4
CARGO_CRATE_DEPENDS+= inflate-0.4.5
CARGO_CRATE_DEPENDS+= jpeg-decoder-0.1.18
CARGO_CRATE_DEPENDS+= lazy_static-1.4.0
CARGO_CRATE_DEPENDS+= lzw-0.10.0
CARGO_CRATE_DEPENDS+= num-integer-0.1.41
CARGO_CRATE_DEPENDS+= num-iter-0.1.39
CARGO_CRATE_DEPENDS+= num-rational-0.2.2
CARGO_CRATE_DEPENDS+= num-traits-0.2.8
CARGO_CRATE_DEPENDS+= png-0.16.3
CARGO_CRATE_DEPENDS+= proc-macro-error-1.0.2
CARGO_CRATE_DEPENDS+= proc-macro-error-attr-1.0.2
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.6
CARGO_CRATE_DEPENDS+= quote-1.0.2
CARGO_CRATE_DEPENDS+= structopt-0.3.14
CARGO_CRATE_DEPENDS+= structopt-derive-0.4.7
CARGO_CRATE_DEPENDS+= syn-1.0.5
CARGO_CRATE_DEPENDS+= syn-mid-0.5.0
CARGO_CRATE_DEPENDS+= textwrap-0.11.0
CARGO_CRATE_DEPENDS+= unicode-segmentation-1.3.0
CARGO_CRATE_DEPENDS+= unicode-width-0.1.6
CARGO_CRATE_DEPENDS+= unicode-xid-0.2.0
CARGO_CRATE_DEPENDS+= version_check-0.9.1