me
/
guix
Archived
1
0
Fork 0

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>
master
aurtzy 2024-04-18 21:14:53 -04:00 committed by John Kehayias
parent ba52975ea9
commit ff692ed4cf
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 6 additions and 0 deletions

View File

@ -97,6 +97,12 @@ 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-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"