From 61673a62ef152c57344eb25edf95538b401a78f1 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Sat, 6 Oct 2018 03:20:11 +0900 Subject: [PATCH] Update README. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e68225..6fe3e3a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ v2.0.0 release(22 Aug, 2018)! * [x] Windows + MinGW * [x] Windows + Visual Studio 2015 Update 3 or later. * Visual Studio 2013 is not supported since they have limited C++11 support and failed to compile `json.hpp`. + * [x] Android NDK * [x] Android + CrystaX(NDK drop-in replacement) GCC * [x] Web using Emscripten(LLVM) * Moderate parsing time and memory consumption. @@ -41,6 +42,7 @@ v2.0.0 release(22 Aug, 2018)! * [x] JPEG(8bit only) * [x] BMP * [x] GIF + * [x] Custom Image decoder callback(e.g. for decoding OpenEXR image) ## Examples @@ -63,7 +65,7 @@ v2.0.0 release(22 Aug, 2018)! * [ ] Support `extensions` and `extras` property * [ ] HDR image? * [ ] OpenEXR extension through TinyEXR. -* [ ] Write exampple and tests for `animation` and `skin` +* [ ] Write example and tests for `animation` and `skin` ## Licenses