# HG changeset patch # User John Tsiombikas # Date 1346032948 -10800 # Node ID 6f969e699b2106a00ed1f8f01ee001a7d91b2ebc # Parent b6ed6e9b409251da79bfb4478a3910fa5632fead added README file diff -r b6ed6e9b4092 -r 6f969e699b21 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.