guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/12: gnu: Add stb-rect-pack.


From: guix-commits
Subject: 06/12: gnu: Add stb-rect-pack.
Date: Sat, 14 Nov 2020 18:12:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6f5f60b2891b15036375be28ace1ca87e250d667
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 14 20:40:46 2020 +0100

    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(+)

diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm
index 9cb2ae1..d58b180 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 <mbakke@fastmail.com>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -102,6 +103,12 @@ decoding from file or memory.  A variety of formats are 
supported."))
    "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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]