mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +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"
|
"vulkan"
|
||||||
],
|
],
|
||||||
"default-features": [
|
"default-features": [
|
||||||
"usb"
|
"usb",
|
||||||
|
"gui"
|
||||||
],
|
],
|
||||||
"features": {
|
"features": {
|
||||||
"usb": {
|
"usb": {
|
||||||
|
|
Loading…
Reference in a new issue