gnu: Add stb-image-resize.
* gnu/packages/stb.scm (stb-image-resize): New variable. Change-Id: Ia9d654277b26f1bce0f32d064a5d2ae6c434b677 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
ba52975ea9
commit
ff692ed4cf
@ -97,6 +97,12 @@ the C programming language.")
|
|||||||
"stb-image is a small and self-contained library for image loading or
|
"stb-image is a small and self-contained library for image loading or
|
||||||
decoding from file or memory. A variety of formats are supported."))
|
decoding from file or memory. A variety of formats are supported."))
|
||||||
|
|
||||||
|
(define-public stb-image-resize
|
||||||
|
(make-stb-header-package
|
||||||
|
"stb-image-resize" "0.96"
|
||||||
|
"stb-image-resize is a library that supports scaling and translation of
|
||||||
|
images."))
|
||||||
|
|
||||||
(define-public stb-image-write
|
(define-public stb-image-write
|
||||||
(make-stb-header-package
|
(make-stb-header-package
|
||||||
"stb-image-write" "1.15"
|
"stb-image-write" "1.15"
|
||||||
|
Loading…
Reference in New Issue
Block a user