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 80b9a2e0e8
commit a5f68591ed

View File

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