libpng-sys

Crates.iolibpng-sys
lib.rslibpng-sys
version1.1.10
sourcesrc
created_at2017-06-16 16:48:42.454222+00
updated_at2024-12-07 23:01:28.872487+00
descriptionUnreliable bindings for libpng 1.6. They're likely to bring sorrow and regret. Please use a native Rust PNG library instead.
homepagehttp://www.libpng.org/pub/png/libpng.html
repositoryhttps://github.com/kornelski/rust-libpng-sys.git
max_upload_size
id19219
size1,469,745
Kornel (kornelski)

documentation

http://libpng.org/pub/png/libpng-manual.txt

README

Rust bindings for libpng 1.6

libpng is likely to bring sorrow and regret. I strongly recommend to use a native Rust PNG library instead (e.g. LodePNG).

This crate bundles libpng 1.6.44 as a fallback. Please check whether this version is still secure before using this package.

If you add it as a build dependency, Cargo will make DEP_PNG_INCLUDE env var available, containing a path to a directory with png.h.

You may need use libpng_sys as _; in your Rust program to ensure it's "used" and actually linked.

Commit count: 0

cargo fmt