added glutWireTeapot
[miniglut] / README.md
index 37c7e2e..7eaeea1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 MiniGLUT
 ========
+
+![logo](http://nuclear.mutantstargoat.com/sw/miniglut/img/miniglut_logo_sm.png)
+
 MiniGLUT is a subset of GLUT (or more precisely a subset of FreeGLUT)
 implemented in a single C source file, without any non-essential dependencies,
 not even the C library.
@@ -23,9 +26,9 @@ compatibility issues, since it doesn't call any C library functions whatsoever.
 
 Download
 --------
-Latest release (v0.1):
-  - https://github.com/jtsiomb/miniglut/releases/download/v0.1/miniglut-0.1.tar.gz
-  - https://github.com/jtsiomb/miniglut/releases/download/v0.1/miniglut-0.1.zip
+Latest release (v0.2):
+  - https://github.com/jtsiomb/miniglut/releases/download/v0.2/miniglut-0.2.tar.gz
+  - https://github.com/jtsiomb/miniglut/releases/download/v0.2/miniglut-0.2.zip
 
 Both archives are identical, choose whichever is more convenient.