Skip to content

Commit e04b5b6

Browse files
committed
recipes: new pyglm recipe
1 parent 10d4798 commit e04b5b6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from pythonforandroid.recipe import PyProjectRecipe
2+
3+
4+
class PyGLMRecipe(PyProjectRecipe):
5+
name = "pyglm"
6+
version = "2.8.3"
7+
url = "git+https://github.com/Zuzu-Typ/PyGLM"
8+
9+
10+
recipe = PyGLMRecipe()

0 commit comments

Comments
 (0)