From 06096520b88839c96e3d263f724a4242e6632f46 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Sun, 3 Dec 2017 17:26:25 +0900 Subject: [PATCH] Update README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 201f912..dbb9bac 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Work in process(`devel` branch). Very near to release, but need more tests and examples. +`TinyGLTF` uses Niels Lohmann's json library(https://github.com/nlohmann/json), so now it requires C++11 compiler. +If you are looking for old, C++03 version, please use `devel-picojson` branch. + ## Builds [![Build Status](https://travis-ci.org/syoyo/tinygltf.svg?branch=devel)](https://travis-ci.org/syoyo/tinygltf)