kornelski / imgref

A trivial Rust struct for interchange of pixel buffers with width, height & stride
https://lib.rs/crates/imgref
Apache License 2.0
59 stars 6 forks source link

Add `no_std` compatibility. #21

Closed kpreid closed 10 months ago

kpreid commented 10 months ago

No functional changes were required; only different imports.

kornelski commented 10 months ago

Thank you!