diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 000000000..e57a7db16 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "86box", + "version-string": "3.0", + "homepage": "https://86box.net/", + "documentation": "http://86box.readthedocs.io/", + "license": "GPL-2.0-or-later", + "dependencies": [ + "freetype", + "libpng", + "openal-soft", + "sdl2" + ] +} \ No newline at end of file