aboutsummaryrefslogtreecommitdiff
path: root/graphics/libimagequant/Makefile.crates
blob: 6c9fb25208815fdad13affa76a8da45400877fa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
CARGO_CRATES=	adler-1.0.2 \
		ahash-0.8.11 \
		arrayvec-0.7.4 \
		bitflags-2.5.0 \
		bytemuck-1.15.0 \
		cc-1.0.95 \
		cfg-if-1.0.0 \
		crc32fast-1.4.0 \
		crossbeam-deque-0.8.5 \
		crossbeam-epoch-0.9.18 \
		crossbeam-utils-0.8.19 \
		either-1.11.0 \
		fallible_collections-0.4.9 \
		flate2-1.0.29 \
		hashbrown-0.13.2 \
		libc-0.2.153 \
		lodepng-3.10.1 \
		miniz_oxide-0.7.2 \
		once_cell-1.19.0 \
		proc-macro2-1.0.81 \
		quote-1.0.36 \
		rayon-1.10.0 \
		rayon-core-1.12.1 \
		rgb-0.8.37 \
		syn-2.0.60 \
		thread_local-1.1.8 \
		unicode-ident-1.0.12 \
		version_check-0.9.4 \
		zerocopy-0.7.32 \
		zerocopy-derive-0.7.32