Files
86Box/vcpkg.json

14 lines
246 B
JSON
Raw Normal View History

{
"name": "86box",
"version-string": "3.0",
"homepage": "https://86box.net/",
"documentation": "http://86box.readthedocs.io/",
2021-02-14 01:36:45 +01:00
"license": "GPL-2.0-only",
"dependencies": [
"freetype",
"libpng",
"openal-soft",
2021-09-15 12:49:52 +02:00
"sdl2",
2021-12-03 20:54:52 +01:00
"rtmidi"
]
}