Added package osdialog (#1369)

This commit is contained in:
John Novak 2020-02-22 00:43:14 +10:00 committed by GitHub
parent 21982af3fe
commit e1897e82fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16626,6 +16626,30 @@
"license": "AGPLv3",
"web": "https://github.com/linksplatform/Data.Triplets"
},
{
"name": "osdialog",
"url": "https://github.com/johnnovak/nim-osdialog",
"method": "git",
"tags": [
"ui,",
"gui,",
"dialog,",
"wrapper,",
"cross-platform,",
"windows,",
"mac,",
"osx,",
"linux,",
"gtk,",
"gtk2,",
"gtk3,",
"zenity,",
"file"
],
"description": "Nim wrapper for the osdialog library",
"license": "WTFPL",
"web": "https://github.com/johnnovak/nim-osdialog"
},
{
"name": "kview",
"url": "https://github.com/planety/kview",