aboutsummaryrefslogtreecommitdiff
path: root/ports/flatbuffers
diff options
context:
space:
mode:
Diffstat (limited to 'ports/flatbuffers')
-rw-r--r--ports/flatbuffers/CONTROL5
-rw-r--r--ports/flatbuffers/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/flatbuffers/CONTROL b/ports/flatbuffers/CONTROL
deleted file mode 100644
index da211dc0d..000000000
--- a/ports/flatbuffers/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: flatbuffers
-Version: 2.0.0
-Description: Memory Efficient Serialization Library
- 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.
-Homepage: https://google.github.io/flatbuffers/
diff --git a/ports/flatbuffers/vcpkg.json b/ports/flatbuffers/vcpkg.json
new file mode 100644
index 000000000..76d6c2a5d
--- /dev/null
+++ b/ports/flatbuffers/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "flatbuffers",
+ "version-string": "2.0.0",
+ "port-version": 1,
+ "description": [
+ "Memory Efficient Serialization Library",
+ "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."
+ ],
+ "homepage": "https://google.github.io/flatbuffers/"
+}