diff options
Diffstat (limited to 'vcpkg/ports/raylib-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/raylib-cpp/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/raylib-cpp/vcpkg.json b/vcpkg/ports/raylib-cpp/vcpkg.json new file mode 100644 index 0000000..c8944f8 --- /dev/null +++ b/vcpkg/ports/raylib-cpp/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "raylib-cpp", + "version": "5.5.0", + "port-version": 1, + "description": "C++ Object Oriented Wrapper for raylib", + "homepage": "https://github.com/RobLoach/raylib-cpp", + "license": "Zlib", + "dependencies": [ + { + "name": "raylib", + "default-features": false + }, + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |