Add note on sajson branch.

This commit is contained in:
Syoyo Fujita 2020-08-09 21:18:28 +09:00
parent 91da299729
commit 51e5508fa0

View File

@ -3,7 +3,7 @@
`TinyGLTF` is a header only C++11 glTF 2.0 https://github.com/KhronosGroup/glTF library.
`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.
If you are looking for old, C++03 version, please use `devel-picojson` branch(but not maintained anymore).
## Status
@ -13,6 +13,10 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch.
- v2.1.0 release(Draco support)
- v2.0.0 release(22 Aug, 2018)!
### Branches
* `sajson` : Use sajson to parse JSON. Parsing only but faster compile time(2x reduction compared to json.hpp and RapidJson)
## Builds
[![Build Status](https://travis-ci.org/syoyo/tinygltf.svg?branch=devel)](https://travis-ci.org/syoyo/tinygltf)