Skip to content

Commit ab0cec2

Browse files
committed
Disable SDL3's default features to resolve Wayland conflict.
1 parent f80454e commit ab0cec2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vcpkg.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
"default-features": false
1212
},
1313
"rapidjson",
14-
"sdl3",
14+
{
15+
"name": "sdl3",
16+
"default-features": false
17+
},
1518
"boost-tokenizer",
1619
"boost-container",
1720
"boost-program-options",

0 commit comments

Comments
 (0)