aboutsummaryrefslogtreecommitdiff
path: root/ports/stb
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stb')
-rw-r--r--ports/stb/CONTROL4
-rw-r--r--ports/stb/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/stb/CONTROL b/ports/stb/CONTROL
deleted file mode 100644
index c00515f78..000000000
--- a/ports/stb/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: stb
-Version: 2020-09-14
-Homepage: https://github.com/nothings/stb
-Description: public domain header-only libraries
diff --git a/ports/stb/vcpkg.json b/ports/stb/vcpkg.json
new file mode 100644
index 000000000..f7dd85dac
--- /dev/null
+++ b/ports/stb/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "stb",
+ "version-string": "2020-09-14",
+ "port-version": 1,
+ "description": "public domain header-only libraries",
+ "homepage": "https://github.com/nothings/stb"
+}