diff options
author | Adam Coldrick <adam.coldrick@codethink.co.uk> | 2014-10-03 11:34:16 +0100 |
---|---|---|
committer | Adam Coldrick <adam.coldrick@codethink.co.uk> | 2014-10-03 11:34:16 +0100 |
commit | dbf7d23de38b1a17ed99fd573eb16ff51bf95023 (patch) | |
tree | 63646d0530ceb9cc84231f2c4cdddb0c8e104faf /open-source-lorries | |
parent | e88684ad5dc27d3a1a689c50f966625e9cbe43d1 (diff) | |
download | lorries-dbf7d23de38b1a17ed99fd573eb16ff51bf95023.tar.gz |
Lorry GLU and GLUT
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/glu.lorry | 10 | ||||
-rw-r--r-- | open-source-lorries/glut.lorry | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/open-source-lorries/glu.lorry b/open-source-lorries/glu.lorry new file mode 100644 index 0000000..58722bc --- /dev/null +++ b/open-source-lorries/glu.lorry @@ -0,0 +1,10 @@ +{ + "glu": { + "type": "git", + "url": "git://anongit.freedesktop.org/mesa/glu", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] + } +} 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/*" + ] + } +} |