1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 00:50:35 +02:00

gnu: Add stb-image-write.

* gnu/packages/stb.scm (stb-image-write): New public variable.
This commit is contained in:
Marius Bakke
2018-07-14 15:54:23 +02:00
parent cada868c2a
commit ecb1194bbc

View File

@@ -95,3 +95,9 @@ the C programming language.")
"stb-image" "2.19"
"stb-image is a small and self-contained library for image loading or
decoding from file or memory. A variety of formats are supported."))
(define-public stb-image-write
(make-stb-header-package
"stb-image-write" "1.09"
"stb-image-write is a small library for writing image files to the
C@tie{}@code{stdio} interface."))