mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 14:08:25 -05:00
12 lines
258 B
JSON
Executable File
12 lines
258 B
JSON
Executable File
{
|
|
"name": "pngwriter",
|
|
"version-string": "0.7.0",
|
|
"port-version": 3,
|
|
"description": "PNGwriter is a very easy to use open source graphics library that uses PNG as its output format",
|
|
"dependencies": [
|
|
"freetype",
|
|
"libpng",
|
|
"zlib"
|
|
]
|
|
}
|