mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 6 additions and 0 deletions
|
@ -97,6 +97,12 @@ (define-public stb-image
|
|||
"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-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
|
||||
(make-stb-header-package
|
||||
"stb-image-write" "1.15"
|
||||
|
|
Loading…
Reference in a new issue