vulkan: Enable vulkan feature in sdl2 vcpkg

This commit is contained in:
Eidolon 2025-03-13 13:00:57 -05:00
parent 39d0b07da0
commit 1f0470e9ba

View file

@ -11,7 +11,10 @@
"libvpx",
"libyuv",
"opus",
"sdl2",
{
"name": "sdl2",
"features": ["vulkan"]
},
"zlib"
]
}