ril-py icon indicating copy to clipboard operation
ril-py copied to clipboard

Rust Imaging Library's Python binding: A performant and high-level image processing library for Python written in Rust

Results 4 ril-py issues
Sort by recently updated
recently updated
newest added

Build aarch64-apple-darwin wheels natively to reduce CI time because cross-compiling is generally slower. ### This is currently being blocked by - [x] https://github.com/actions/runner-images/issues/2187 - [x] https://github.com/github/roadmap/issues/528

Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. Release notes Sourced from pyo3's releases. PyO3 0.18.0 This release contains a number of new features for PyO3's macros which...

dependencies

I can't link libwebp statically into the final binary built for the wheel, so webp won't be supported until either I somehow figured out how to link it within the...

help wanted