bump wxWidgets to 3.3.1

This commit is contained in:
GenevensiS
2025-08-09 19:36:27 +02:00
parent fb1f96d517
commit 8097cb498d
2 changed files with 4 additions and 16 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ More information on https://magicseteditor.boards.net/
## Dependencies
The code depends on
* wxWidgets >= 3.0
* wxWidgets >= 3.3.1
* boost
* hunspell
@@ -25,7 +25,7 @@ On windows, the program can be compiled with Visual Studio (recommended) or with
````
and/or
````
.\vcpkg install pkgconf wxwidgets boost-smart-ptr boost-regex boost-logic boost-pool boost-iterator boost-json hunspell --triplet=x86-windows-static
.\vcpkg install pkgconf wxwidgets[fonts] boost-smart-ptr boost-regex boost-logic boost-pool boost-iterator boost-json hunspell --triplet=x86-windows-static
````
then, regardless of your choice
````