mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-06-05 22:24:58 -06:00
Disable SDL3's default features to resolve Wayland conflict.
This commit is contained in:
parent
80b9a2e0e8
commit
a5f68591ed
@ -11,7 +11,10 @@
|
|||||||
"default-features": false
|
"default-features": false
|
||||||
},
|
},
|
||||||
"rapidjson",
|
"rapidjson",
|
||||||
"sdl3",
|
{
|
||||||
|
"name": "sdl3",
|
||||||
|
"default-features": false
|
||||||
|
},
|
||||||
"boost-tokenizer",
|
"boost-tokenizer",
|
||||||
"boost-container",
|
"boost-container",
|
||||||
"boost-program-options",
|
"boost-program-options",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user