diff --git a/library.json b/library.json new file mode 100644 index 00000000..89a339d6 --- /dev/null +++ b/library.json @@ -0,0 +1,20 @@ +{ + "authors": { + "name": "Lode Vandevenne", + "url": "https://github.com/lvandeve" + }, + "description": "PNG encoder and decoder in C and C++.", + "frameworks": "*", + "keywords": [ + "BMP", + "Image Conversion", + "PNG" + ], + "name": "LodePNG", + "platforms": "*", + "repository": { + "type": "git", + "url": "https://github.com/lvandeve/lodepng.git" + }, + "version": "0.0.0" +}