add Flatbuffers flatc (#1468)

* add FlatBuffers flatc
* Update flatc.json
This commit is contained in:
7anner 2017-05-10 13:11:18 -06:00 committed by Richard Kuhnt
parent bdd53a3d6a
commit 6e243c8cb9

9
flatc.json Normal file
View File

@ -0,0 +1,9 @@
{
"homepage": "https://google.github.io/flatbuffers/index.html",
"license": "Apache2",
"version": "1.6.0",
"url": "https://github.com/google/flatbuffers/releases/download/v1.6.0/flatc_windows_exe.zip",
"extract_dir": "",
"bin": "flatc.exe",
"hash": "e4ac8cdfa5e90c92e77715e998b9210fa86128b84a38a0fe9fec04c5b5f941c9"
}