We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pyglm
1 parent 10d4798 commit e04b5b6Copy full SHA for e04b5b6
1 file changed
pythonforandroid/recipes/pyglm/__init__.py
@@ -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