summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-09-27 03:16:14 +0000
committerDavid Robillard <d@drobilla.net>2014-09-27 03:16:14 +0000
commit496fcb9ea81ac2ee494349b4f6acdcf89d11d8f7 (patch)
tree5b50d14b2a2aade39b6c3681951ea5a31aed2581
parent21b42c7b40c4dd0598b60fa7eda1e3c501e32e41 (diff)
Mention Cairo in README.
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 87742f4..77809d8 100644
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
PUGL
====
-Pugl is a minimal portable API for OpenGL GUIs which supports embedding and is
-suitable for use in plugins. It works on X11, Mac OS X, and Windows.
+Pugl is a minimal portable API for GUIs which supports embedding and is
+suitable for use in plugins. It works on X11, Mac OS X, and Windows. GUIs can
+be drawn with OpenGL or Cairo.
Pugl is vaguely similar to GLUT, but with some significant distinctions: