vcpkg/ports/flatbuffers/vcpkg.json
JoergAtGithub 1a66c32c6f
[flatbuffers] Updated google flatbuffers to release 24.12.23 (#42946)
Co-authored-by: Cheney-Wang <850426846@qq.com>
2025-01-02 11:22:33 -08:00

22 lines
610 B
JSON

{
"name": "flatbuffers",
"version": "24.12.23",
"description": "FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.",
"homepage": "https://google.github.io/flatbuffers/",
"license": "Apache-2.0",
"dependencies": [
{
"name": "flatbuffers",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}