Ankith
Ankith
- A few abstractions were improved. `PG_ConvertSurface` now takes a surface as its second argument so it can copy the palette from it, to compat for the SDL2 path already...
So SDL3 has introduced some `FRect` changes that break our `FRect.clipline` tests (ref: https://github.com/libsdl-org/SDL/issues/6791#issuecomment-2241509592) TL;DR is the changes make FRect operations more mathematically correct (SDL2 `FRect` would handle top/left edges...
As per [PEP 738](https://peps.python.org/pep-0738/), Android is an officially supported platform for Python. Python 3.14 releases includes [official android embeddable packages](https://www.python.org/downloads/release/python-3140/). It would be really appreciated if `meson-python` adds support for...