image-c.rs/Cargo.toml

11 lines
195 B
TOML

[package]
name = "image-c"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
image = { version = "0.25.1", default-features = false, features = ["png", "rayon"] }