me
/
guix
Archived
1
0
Fork 0

gnu: Add stb-truetype.

* gnu/packages/stb.scm (stb-truetype): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Giacomo Leidi 2020-01-22 20:22:42 +01:00 committed by Ludovic Courtès
parent 8a4c7be4c8
commit 6e43e1eee8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 0 deletions

View File

@ -106,3 +106,9 @@ C@tie{}@code{stdio} interface."))
(make-stb-header-package
"stb-sprintf" "1.06"
"stb-sprintf implements fast @code{sprintf}, @code{snprintf} for C/C++."))
(define-public stb-truetype
(make-stb-header-package
"stb-truetype" "1.22"
"stb-truetype is a library for parsing, decoding, and rasterizing
characters from TrueType fonts."))