-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target wxWidgets 3.2.0 #92
Comments
|
wx3.2.0 is packaged by Homebrew (installed) |
Codelite doen't generate wx3.2 binary yet, Archlinux (rolloing release) doesn't package release 3.2 yet, Linux distros may take a bit longer time to be updated to 3.2 since they have dependent packages to be supported building with new wx package. |
Testing package released: |
https://docs.codelite.org/wxWidgets/repo320/ It was already released right after official release, just I didn't find that. |
Supporting wx 3.0.x is not simple, so this library will require 3.1.6+ (which introduces wxBitmapBundle). wxBitmap argument is transparent in C++ because wxBitmapBundle is implicit constructible from wxBitmap. Mapping implicit constructor to rust is not thought out. |
Dropped wx3.0 build support in #94, but I need it for some my development environment. |
Today, it is released!
https://www.wxwidgets.org/news/2022/07/wxwidgets-3.2.0-final-release/
Target it for development. For a while keep buildable for
I gave up supporting this as noted in Target wxWidgets 3.2.0 #92 (comment)3.1.7(until homebrew and some linux distros packages 3.2 series),Dropped rolling releases catch up itWork items:
The text was updated successfully, but these errors were encountered: