From dbf7d23de38b1a17ed99fd573eb16ff51bf95023 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Fri, 3 Oct 2014 11:34:16 +0100 Subject: Lorry GLU and GLUT --- open-source-lorries/glu.lorry | 10 ++++++++++ open-source-lorries/glut.lorry | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 open-source-lorries/glu.lorry create mode 100644 open-source-lorries/glut.lorry 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/*" + ] + } +} -- cgit v1.2.1