mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
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:
parent
191ca7dbfd
commit
ea05e88e25
|
@ -17,7 +17,8 @@
|
|||
"vulkan"
|
||||
],
|
||||
"default-features": [
|
||||
"usb"
|
||||
"usb",
|
||||
"gui"
|
||||
],
|
||||
"features": {
|
||||
"usb": {
|
||||
|
|
Loading…
Reference in a new issue