summaryrefslogtreecommitdiff
path: root/third_party/flatbuffers/README.chromium
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-04 14:50:28 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-04 16:43:08 -0400
commit06a28998ea3fd38a2173d71eeb3fae5fb5559b2e (patch)
tree79307e9e8c745ec56bc8c18570faccb498219c1a /third_party/flatbuffers/README.chromium
parent72cd03a1c53633a216f5e284bd1820ea52bf795c (diff)
Replace protobufs with flatbuffers
Diffstat (limited to 'third_party/flatbuffers/README.chromium')
-rw-r--r--third_party/flatbuffers/README.chromium14
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/flatbuffers/README.chromium b/third_party/flatbuffers/README.chromium
new file mode 100644
index 000000000..1400e04f7
--- /dev/null
+++ b/third_party/flatbuffers/README.chromium
@@ -0,0 +1,14 @@
+Name: FlatBuffers
+Short Name: flatbuffers
+URL: https://github.com/google/flatbuffers
+Version: 01c50d57a67a52ee3cddd81b54d4647e9123a290
+Date: 2017-06-05
+License: Apache 2.0
+License File: LICENSE
+Security Critical: yes
+
+Description:
+FlatBuffers is an efficient cross platform serialization library for games and
+other memory constrained apps. It allows you to directly access serialized data
+without unpacking/parsing it first, while still having great forwards/backwards
+compatibility.