mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add stb-image-resize.
* gnu/packages/stb.scm (stb-image-resize): New variable. Change-Id: Ibaf2cc9e0855843139b55694601b56069cbd3074 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
@@ -113,6 +113,14 @@ the C programming language.")
|
||||
"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-stb-header-package stb-image-resize
|
||||
"stb-image-resize" "0.97"
|
||||
(description
|
||||
"stb-image-resize is a library that supports scaling and translation of
|
||||
images. This library is deprecated; @code{stb-image-resize2} should be used
|
||||
instead.")
|
||||
#:deprecated? #t)
|
||||
|
||||
(define-stb-header-package stb-image-resize2
|
||||
"stb-image-resize2" "2.12"
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user