Add googleapi and fidget, remove .git from URLs of my pkgs. (#1327)

This commit is contained in:
treeform 2020-01-16 22:11:16 -08:00 committed by Miran
parent f872aec8b2
commit 370704f1ef

View File

@ -10691,7 +10691,7 @@
}, },
{ {
"name": "print", "name": "print",
"url": "https://github.com/treeform/print.git", "url": "https://github.com/treeform/print",
"method": "git", "method": "git",
"tags": [ "tags": [
"pretty" "pretty"
@ -10702,7 +10702,7 @@
}, },
{ {
"name": "vmath", "name": "vmath",
"url": "https://github.com/treeform/vmath.git", "url": "https://github.com/treeform/vmath",
"method": "git", "method": "git",
"tags": [ "tags": [
"math", "math",
@ -10716,7 +10716,7 @@
}, },
{ {
"name": "flippy", "name": "flippy",
"url": "https://github.com/treeform/flippy.git", "url": "https://github.com/treeform/flippy",
"method": "git", "method": "git",
"tags": [ "tags": [
"image", "image",
@ -10729,7 +10729,7 @@
}, },
{ {
"name": "typography", "name": "typography",
"url": "https://github.com/treeform/typography.git", "url": "https://github.com/treeform/typography",
"method": "git", "method": "git",
"tags": [ "tags": [
"font", "font",
@ -16119,7 +16119,7 @@
}, },
{ {
"name": "quickjwt", "name": "quickjwt",
"url": "https://github.com/treeform/quickjwt.git", "url": "https://github.com/treeform/quickjwt",
"method": "git", "method": "git",
"tags": [ "tags": [
"crypto", "crypto",
@ -16131,7 +16131,7 @@
}, },
{ {
"name": "staticglfw", "name": "staticglfw",
"url": "https://github.com/treeform/staticglfw.git", "url": "https://github.com/treeform/staticglfw",
"method": "git", "method": "git",
"tags": [ "tags": [
"glfw", "glfw",
@ -16142,5 +16142,33 @@
"description": "Static GLFW for nim", "description": "Static GLFW for nim",
"license": "MIT", "license": "MIT",
"web": "https://github.com/treeform/staticglfw" "web": "https://github.com/treeform/staticglfw"
},
{
"name": "googleapi",
"url": "https://github.com/treeform/googleapi",
"method": "git",
"tags": [
"jwt",
"google"
],
"description": "Google API for nim",
"license": "MIT",
"web": "https://github.com/treeform/googleapi"
},
{
"name": "fidget",
"url": "https://github.com/treeform/fidget",
"method": "git",
"tags": [
"ui",
"glfw",
"opengl",
"js",
"android",
"ios"
],
"description": "Figma based UI library for nim, with HTML and OpenGL backends.",
"license": "MIT",
"web": "https://github.com/treeform/fidget"
} }
] ]