Files
86Box/vcpkg.json

15 lines
260 B
JSON
Raw Normal View History

{
"name": "86box",
2021-12-17 07:13:45 +01:00
"version-string": "3.1",
"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-19 23:49:47 +02:00
"rtmidi",
2021-12-20 21:54:25 +02:00
"qt5-base"
]
}