qoi-lib/Cargo.toml

12 lines
176 B
TOML
Raw Normal View History

[package]
name = "qoi2"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
bytemuck = "1.16.1"
imageproc = "0.25.0"
itertools = "0.13.0"
thiserror = "1.0.61"