Disable SDL3's default features to resolve Wayland conflict.

This commit is contained in:
lijunyu-cn 2026-03-27 01:22:00 +08:00
parent f80454e17c
commit ab0cec200e

View File

@ -11,7 +11,10 @@
"default-features": false
},
"rapidjson",
"sdl3",
{
"name": "sdl3",
"default-features": false
},
"boost-tokenizer",
"boost-container",
"boost-program-options",