libdrawtext
annotate README @ 90:fc04373322d9
another pointless change to test my outgoing hooks
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 17 Apr 2014 07:08:41 +0300 |
parents | 99d08d5e282d |
children | 09efa560558a |
rev | line source |
---|---|
nuclear@23 | 1 libdrawtext - 0.2 |
nuclear@18 | 2 ----------------- |
nuclear@18 | 3 |
nuclear@18 | 4 Libdrawtext is a simple library for fast anti-aliased text rendering in OpenGL. |
nuclear@18 | 5 |
nuclear@23 | 6 Copyright (C) 2011-2014 John Tsiombikas <nuclear@member.fsf.org> |
nuclear@18 | 7 You may freely use, modify and/or redistribute libdrawtext, under the terms of |
nuclear@18 | 8 the GNU Lesser General Public License (LGPL) version 3 (or at your option, any |
nuclear@18 | 9 later version published by the Free Software Foundation). See COPYING, and |
nuclear@18 | 10 COPYING.LESSER for details. |
nuclear@18 | 11 |
nuclear@33 | 12 website: http://nuclear.mutantstargoat.com/sw/libdrawtext |
nuclear@36 | 13 |
nuclear@37 | 14 master repository (hg): http://nuclear.mutantstargoat.com/hg/libdrawtext |
nuclear@33 | 15 mirror repository (git): https://github.com/jtsiomb/libdrawtext.git |
nuclear@18 | 16 |
nuclear@18 | 17 Feel free to send in bug reports, patches, and other comments to |
nuclear@18 | 18 nuclear@member.fsf.org |
nuclear@18 | 19 Only plain text email messages, hard-wrapped at 72 columns will be accepted. |