diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-14 15:54:23 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-18 01:04:14 +0200 |
commit | ecb1194bbc6cf76544730d46813a8b341e3d7b2a (patch) | |
tree | a19150b1ce59e493a15aaaac11412de0ea738773 | |
parent | cada868c2a7186f55ca2d99ed52bb15295b4f736 (diff) | |
download | gnu-guix-ecb1194bbc6cf76544730d46813a8b341e3d7b2a.tar gnu-guix-ecb1194bbc6cf76544730d46813a8b341e3d7b2a.tar.gz |
gnu: Add stb-image-write.
* gnu/packages/stb.scm (stb-image-write): New public variable.
-rw-r--r-- | gnu/packages/stb.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm index dcb210f7db..df31bd0f86 100644 --- a/gnu/packages/stb.scm +++ b/gnu/packages/stb.scm @@ -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.")) |