# HG changeset patch # User John Tsiombikas # Date 1346032948 -10800 # Node ID bb21975c6c3a9293cb44237b396780d24afa5c4d # Parent 1c2c00d432dac02cc8dfc7782e48c27a3cf7ea97 added README file diff -r 1c2c00d432da -r bb21975c6c3a README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Mon Aug 27 05:02:28 2012 +0300 @@ -0,0 +1,17 @@ +libdrawtext - 0.1 +----------------- + +Libdrawtext is a simple library for fast anti-aliased text rendering in OpenGL. + +Copyright (C) 2011-2012 John Tsiombikas +You may freely use, modify and/or redistribute libdrawtext, under the terms of +the GNU Lesser General Public License (LGPL) version 3 (or at your option, any +later version published by the Free Software Foundation). See COPYING, and +COPYING.LESSER for details. + +Canonical url: http://nuclear.mutantstargoat.com/sw/libdrawtext +Mercurial repository: https://nuclear.mutantstargoat.com/hg/libdrawtext + +Feel free to send in bug reports, patches, and other comments to +nuclear@member.fsf.org +Only plain text email messages, hard-wrapped at 72 columns will be accepted.