Use wxWidgets without SDL2 sound feature

This commit is contained in:
Exzap 2026-03-25 03:38:57 +01:00 committed by lijunyu-cn
parent ab73a99538
commit 6cde5d3a06

View File

@ -37,7 +37,13 @@
"default-features": false
},
"zstd",
"wxwidgets",
{
"name": "wxwidgets",
"default-features": false,
"features": [
"debug-support"
]
},
"openssl",
{
"name": "curl",