Update README.

This commit is contained in:
Syoyo Fujita 2017-12-03 17:26:25 +09:00
parent aec35f10c0
commit 06096520b8

View File

@ -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)