aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sdl2pp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/sdl2pp/vcpkg.json')
-rw-r--r--vcpkg/ports/sdl2pp/vcpkg.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/vcpkg/ports/sdl2pp/vcpkg.json b/vcpkg/ports/sdl2pp/vcpkg.json
new file mode 100644
index 0000000..9bdd70e
--- /dev/null
+++ b/vcpkg/ports/sdl2pp/vcpkg.json
@@ -0,0 +1,38 @@
+{
+ "name": "sdl2pp",
+ "version": "0.16.1",
+ "port-version": 12,
+ "description": "C++11 bindings/wrapper for SDL2",
+ "homepage": "https://sdl2pp.amdmi3.ru",
+ "license": "Zlib",
+ "dependencies": [
+ {
+ "name": "sdl2",
+ "default-features": false
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ],
+ "features": {
+ "sdl2-image": {
+ "description": "Enable SDL2_image support",
+ "dependencies": [
+ "sdl2-image"
+ ]
+ },
+ "sdl2-mixer": {
+ "description": "Enable SDL2_mixer support",
+ "dependencies": [
+ "sdl2-mixer"
+ ]
+ },
+ "sdl2-ttf": {
+ "description": "Enable SDL2_ttf support",
+ "dependencies": [
+ "sdl2-ttf"
+ ]
+ }
+ }
+}