Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshermp <14854761+shermp@users.noreply.github.com>2022-06-11 05:32:30 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-06-14 02:44:50 +0300
commit6f9e827c4121050ec8b62abed1643b8012c2736d (patch)
tree127eff185d461190aa92481b813da2324a150537 /vcpkg.json
parent3814172cd43e2b5678a50d4046dd6c74aed845ad (diff)
Enable VCPKG manifest mode
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json
new file mode 100644
index 000000000..7d7b09387
--- /dev/null
+++ b/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
+ "name": "dosbox-staging",
+ "description": "DOSBox Staging is a fork of the DOSBox project that focuses on ease of use, modern technology and best practices.",
+ "version": "0.79.0",
+ "builtin-baseline": "19fafcdb3557f8a029ee1a4eb203600ff638448e",
+ "dependencies": [
+ {"name": "libpng", "version>=": "1.6.37#17"},
+ {"name": "sdl2", "version>=": "2.0.22#1"},
+ {"name": "sdl2-net", "version>=": "2.0.1#9"},
+ {"name": "libmt32emu", "version>=": "2.6.2"},
+ {"name": "opusfile", "version>=": "0.12#1"},
+ {"name": "fluidsynth", "version>=": "2.2.6#2"},
+ {"name": "gtest", "version>=": "1.11.0#5"},
+ {"name": "speexdsp", "version>=": "1.2.0#7"}
+ ]
+}