diff options
author | James <jselby@jselby.net> | 2017-07-18 11:59:08 +0200 |
---|---|---|
committer | James <jselby@jselby.net> | 2017-07-18 11:59:08 +0200 |
commit | 32745ead7e501803c5eb27a1035c5f4bb88baf97 (patch) | |
tree | 4ecf9f544665960e1b9064942d0b9b3b401a4ff1 | |
parent | Don't pull in entire JSON repo for single header file (diff) | |
download | yuzu-32745ead7e501803c5eb27a1035c5f4bb88baf97.tar yuzu-32745ead7e501803c5eb27a1035c5f4bb88baf97.tar.gz yuzu-32745ead7e501803c5eb27a1035c5f4bb88baf97.tar.bz2 yuzu-32745ead7e501803c5eb27a1035c5f4bb88baf97.tar.lz yuzu-32745ead7e501803c5eb27a1035c5f4bb88baf97.tar.xz yuzu-32745ead7e501803c5eb27a1035c5f4bb88baf97.tar.zst yuzu-32745ead7e501803c5eb27a1035c5f4bb88baf97.zip |
-rw-r--r-- | externals/json/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/externals/json/README.md b/externals/json/README.md new file mode 100644 index 000000000..764d5a1c0 --- /dev/null +++ b/externals/json/README.md @@ -0,0 +1,7 @@ +JSON for Modern C++ +=================== + +This is a mirror providing the single required header file. + +The original repository can be found at + https://github.com/nlohmann/json/commit/21d23982cafe826cae088b2bb37cb40c8e7a81fe |