Skip to content

Commit ecae130

Browse files
committed
add README
1 parent ee797f2 commit ecae130

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ quantization algorithm by Anthony Dekker.
99
let indixes: Vec<u8> = data.chunks(4).map(|pix| nq.index_of(pix) as u8).collect();
1010
let color_map = nq.color_map_rgba();
1111

12+
#### no_std
13+
14+
You should be able to use this crate in `no_std` environment e.g.:
15+
`color_quant = { version = "1.1", default-features = false, features = ['num-traits'] }`

0 commit comments

Comments
 (0)