aboutsummaryrefslogtreecommitdiff
path: root/ports/tinygltf
diff options
context:
space:
mode:
Diffstat (limited to 'ports/tinygltf')
-rw-r--r--ports/tinygltf/CONTROL6
-rw-r--r--ports/tinygltf/vcpkg.json11
2 files changed, 11 insertions, 6 deletions
diff --git a/ports/tinygltf/CONTROL b/ports/tinygltf/CONTROL
deleted file mode 100644
index c4581faa6..000000000
--- a/ports/tinygltf/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: tinygltf
-Version: 2020-07-28
-Port-Version: 1
-Homepage: https://github.com/syoyo/tinygltf
-Description: A header only C++11 glTF 2.0 library.
-Build-Depends: stb, nlohmann-json
diff --git a/ports/tinygltf/vcpkg.json b/ports/tinygltf/vcpkg.json
new file mode 100644
index 000000000..b18a092ad
--- /dev/null
+++ b/ports/tinygltf/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "tinygltf",
+ "version-string": "2020-07-28",
+ "port-version": 2,
+ "description": "A header only C++11 glTF 2.0 library.",
+ "homepage": "https://github.com/syoyo/tinygltf",
+ "dependencies": [
+ "nlohmann-json",
+ "stb"
+ ]
+}