Added package gintro

This commit is contained in:
Stefan Salewski 2017-07-13 10:54:24 +02:00
parent 2e00205b7e
commit 18739fc8fe

View File

@ -6518,19 +6518,19 @@
"web": "https://github.com/adelq/ulid" "web": "https://github.com/adelq/ulid"
}, },
{ {
"name": "osureplay", "name": "osureplay",
"url": "https://github.com/TiberiumN/nim-osureplay", "url": "https://github.com/TiberiumN/nim-osureplay",
"method": "git", "method": "git",
"tags": [ "tags": [
"library", "library",
"osu!", "osu!",
"parser", "parser",
"osugame", "osugame",
"replay" "replay"
], ],
"description": "osu! replay parser", "description": "osu! replay parser",
"license": "MIT", "license": "MIT",
"web": "https://github.com/TiberiumN/nim-osureplay" "web": "https://github.com/TiberiumN/nim-osureplay"
}, },
{ {
"name": "tiger", "name": "tiger",
@ -6723,5 +6723,16 @@
"description": "Pack rects into bigger rect", "description": "Pack rects into bigger rect",
"license": "MIT", "license": "MIT",
"web": "https://github.com/yglukhov/rect_packer" "web": "https://github.com/yglukhov/rect_packer"
},
{
"name": "gintro",
"url": "https://github.com/stefansalewski/gintro",
"method": "git",
"tags": [
"yes"
],
"description": "High level GObject-Introspection based GTK3 bindings",
"license": "MIT",
"web": "https://github.com/stefansalewski/gintro"
} }
] ]