diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-01-18 10:17:58 +0100 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-01-18 10:17:58 +0100 |
commit | fe9e38995f5a0abc196e9600c38d95385d6bf84f (patch) | |
tree | d106ff875aba7289296f5ed47626f50fc0930d2c /pugl/AUTHORS | |
parent | 5f1e301d951c10533b101bcddc7a0262780743a3 (diff) |
Added PuGl window drawing. Enable with './configure -with-pugl'.
Diffstat (limited to 'pugl/AUTHORS')
-rw-r--r-- | pugl/AUTHORS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pugl/AUTHORS b/pugl/AUTHORS new file mode 100644 index 0000000..202ec66 --- /dev/null +++ b/pugl/AUTHORS @@ -0,0 +1,5 @@ +Author: + David Robillard <d@drobilla.net> + +Original GLX inspiration, portability fixes: + Ben Loftis |