aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdl1/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/sdl1/vcpkg.json')
-rw-r--r--vcpkg/ports/sdl1/vcpkg.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/sdl1/vcpkg.json b/vcpkg/ports/sdl1/vcpkg.json
new file mode 100644
index 0000000..1ef14b0
--- /dev/null
+++ b/vcpkg/ports/sdl1/vcpkg.json
@@ -0,0 +1,16 @@
+{
+ "name": "sdl1",
+ "version": "1.2.15",
+ "port-version": 22,
+ "description": "Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.",
+ "homepage": "https://www.libsdl.org",
+ "license": "LGPL-2.1-or-later",
+ "supports": "!android & !osx & !uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-msbuild",
+ "host": true,
+ "platform": "windows & !mingw"
+ }
+ ]
+}