From dc605ec29a4a2ed3476600d0c1916066a81ec8f9 Mon Sep 17 00:00:00 2001 From: aurtzy Date: Wed, 17 Apr 2024 01:37:23 -0400 Subject: [PATCH] nongnu: Add stb-image-resize. * nongnu/packages/game-client.scm (stb-image-resize): New variable. --- nongnu/packages/game-client.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 541f792..c800134 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -72,6 +72,12 @@ (base32 "13mmv5621z73hlfnsrccbcb4z0d7kwj92a081701vbpss45a4whj")))))) +(define stb-image-resize + ((@@ (gnu packages stb) make-stb-header-package) + "stb-image-resize" "0.96" + "stb-image-resize is a library that supports scaling and translation of +images.")) + (define heroic-client (package (name "heroic-client")