blob: 3862495e755c843ff0ab63b720f31ca184dcc851 [file] [log] [blame]
Name: FlatBuffers
Short Name: flatbuffers
URL: https://github.com/google/flatbuffers
Version: fb9afbafc7dfe226b9db54d4923bfb8839635274
Date: 2024-07-01
License: Apache-2.0
License File: LICENSE
Security Critical: yes
Shipped: 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.