benjajaja / ratatui-image

Ratatui widget for rendering image graphics in terminals that support it
https://crates.io/crates/ratatui-image
MIT License
96 stars 14 forks source link

Update image dep and fix examples/doctests #24

Closed itsjunetime closed 3 months ago

itsjunetime commented 3 months ago

The image dependency is out-of-date and it should be updated to get the improvements from the last few versions, so I did that. This shouldn't change the API of ratatui-image at all, and all tests/examples/doctests/etc still pass (some of them weren't passing before, but that was due to changes in ratatui's API, not image, and I fixed those in this PR as well).

Clippy was also complaining to me that the MSRV was not accurate (it said it was 1.65, when this crate can actually only support >=1.70 due to usage of a new API), so I fixed that as well.

benjajaja commented 3 months ago

I'm having some problems with the flake, will fix later

benjajaja commented 3 months ago

published v1.0.1