vcpkg: Enable gui feature default

It will tell vcpkg to copy sdl2 library to the build directory.

Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
utzcoz 2023-03-18 12:50:01 +08:00
parent 191ca7dbfd
commit ea05e88e25

View file

@ -17,7 +17,8 @@
"vulkan"
],
"default-features": [
"usb"
"usb",
"gui"
],
"features": {
"usb": {