diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/sdl2/vcpkg.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ports/sdl2/vcpkg.json b/ports/sdl2/vcpkg.json index e9b899dd3..0babf17fb 100644 --- a/ports/sdl2/vcpkg.json +++ b/ports/sdl2/vcpkg.json @@ -1,15 +1,12 @@ { "name": "sdl2", "version-string": "2.0.14", - "port-version": 1, + "port-version": 2, "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/download-2.0.php", "features": { "vulkan": { - "description": "Vulkan functionality for SDL", - "dependencies": [ - "vulkan" - ] + "description": "Vulkan functionality for SDL" } } } |
