Use wxWidgets without SDL2 sound feature

This commit is contained in:
Exzap 2026-03-25 03:38:57 +01:00 committed by GitHub
parent 269fe3a25d
commit c9109c59c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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