Merge pull request #625 from barcharcraz/add-netpbm2101
Added package netpbm
This commit is contained in:
commit
296b36fa4a
1 changed files with 16 additions and 1 deletions
|
|
@ -7745,7 +7745,8 @@
|
|||
"description": "Nico game engine",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/ftsf/nico"
|
||||
},{
|
||||
},
|
||||
{
|
||||
"name": "os_files",
|
||||
"url": "https://github.com/tormund/os_files",
|
||||
"method": "git",
|
||||
|
|
@ -7757,5 +7758,19 @@
|
|||
"description": "Crossplatform (x11, windows, osx) native file dialogs; sytem file/folder icons in any resolution; open file with default application",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/tormund/os_files"
|
||||
},
|
||||
{
|
||||
"name": "netpbm",
|
||||
"url": "https://github.com/barcharcraz/nim-netpbm",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"pbm",
|
||||
"image",
|
||||
"wrapper",
|
||||
"netpbm"
|
||||
],
|
||||
"description": "Wrapper for libnetpbm",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/barcharcraz/nim-netpbm"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue