From 6e243c8cb913af57e4bf3df720245235c953cae4 Mon Sep 17 00:00:00 2001 From: 7anner <7anner@users.noreply.github.com> Date: Wed, 10 May 2017 13:11:18 -0600 Subject: [PATCH] add Flatbuffers flatc (#1468) * add FlatBuffers flatc * Update flatc.json --- flatc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 flatc.json diff --git a/flatc.json b/flatc.json new file mode 100644 index 0000000000..e85276a630 --- /dev/null +++ b/flatc.json @@ -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" +}