m4tx / riichi-hand-rs

A collection of utilities for working with Riichi Mahjong player hands to use with Rust programming language
MIT License
4 stars 2 forks source link

Bump `image` to 0.24 #1

Closed Iipin closed 2 years ago

Iipin commented 2 years ago

As of 0.24, SubImage stoppped implementing GenericImage (docs) -- instead, explicit conversion (e.g. by dereferencing) is expected.