mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add stb-rect-pack.
* gnu/packages/stb.scm (stb-rect-pack): New public variable.
This commit is contained in:
parent
89f25a813a
commit
6f5f60b289
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
|
||||||
|
;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; 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
|
"stb-image-write is a small library for writing image files to the
|
||||||
C@tie{}@code{stdio} interface."))
|
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
|
(define-public stb-sprintf
|
||||||
(make-stb-header-package
|
(make-stb-header-package
|
||||||
"stb-sprintf" "1.06"
|
"stb-sprintf" "1.06"
|
||||||
|
|
Loading…
Reference in a new issue