diff options
Diffstat (limited to 'open-source-lorries/glut.lorry')
-rw-r--r-- | open-source-lorries/glut.lorry | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/open-source-lorries/glut.lorry b/open-source-lorries/glut.lorry new file mode 100644 index 0000000..54c0a52 --- /dev/null +++ b/open-source-lorries/glut.lorry @@ -0,0 +1,10 @@ +{ + "glut": { + "type": "git", + "url": "git://anongit.freedesktop.org/mesa/glut", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] + } +} |