From 6f5f60b2891b15036375be28ace1ca87e250d667 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 14 Nov 2020 20:40:46 +0100 Subject: gnu: Add stb-rect-pack. * gnu/packages/stb.scm (stb-rect-pack): New public variable. --- gnu/packages/stb.scm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gnu/packages/stb.scm') diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm index 9cb2ae10b6..d58b180c69 100644 --- a/gnu/packages/stb.scm +++ b/gnu/packages/stb.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2018 Marius Bakke +;;; Copyright © 2020 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -102,6 +103,12 @@ (define-public stb-image-write "stb-image-write is a small library for writing image files to the C@tie{}@code{stdio} interface.")) +(define-public stb-rect-pack + (make-stb-header-package + "stb-rect-pack" "1.00" + "stb-rect-pack is a small rectangle packing library useful for, e.g., packing +rectangular textures into an atlas. It does not do rotation.")) + (define-public stb-sprintf (make-stb-header-package "stb-sprintf" "1.06" -- cgit v1.2.3