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-14 00:03:52 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-06-14 02:44:50 +0300
commit8c926436d78a12ff702e0bcb3f6e004b75836ae8 (patch)
tree27e7e346e8bfee8a4c45f8e9000012646103a592 /vcpkg.json
parent31cf1530d02963e5b0c4e2667057cbfb4361f34b (diff)
Remove dependency versioning from vcpkg manifest
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json17
1 files changed, 8 insertions, 9 deletions
diff --git a/vcpkg.json b/vcpkg.json
index 7d7b09387..c2e7d90ae 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -3,15 +3,14 @@
"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"}
+ "libpng",
+ "sdl2",
+ "sdl2-net",
+ "libmt32emu",
+ "opusfile",
+ "fluidsynth",
+ "gtest",
+ "speexdsp"
]
}