From 5ff80221978f7d9cb9feb7ceccd679046da481e2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 2 Nov 2019 15:58:17 +0200 Subject: [PATCH] Manifest for PlatformIO Library Regsitry --- library.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 library.json 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" +}