Merge pull request #164 from aldanor/feature/add-qoi-rust

Add `qoi` Rust crate reference (aldanor/qoi-rust)
This commit is contained in:
Dominic Szablewski 2022-01-06 11:50:43 +01:00 committed by GitHub
commit e367cb19df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@ implementations listed below.
- https://github.com/MasterQ32/zig-qoi (Zig)
- https://github.com/rbino/qoix (Elixir)
- https://github.com/NUlliiON/QoiSharp (C#)
- https://github.com/aldanor/qoi-rust (Rust)
- https://github.com/zakarumych/rapid-qoi (Rust)
- https://github.com/takeyourhatoff/qoi (Go)
- https://github.com/DosWorld/pasqoi (Pascal)
@ -93,7 +94,6 @@ implementations listed below.
These implementations are based on the pre-release version of QOI. Resulting files are not compatible with the current version.
- https://github.com/steven-joruk/qoi (Rust)
- https://github.com/ChevyRay/qoi_rs (Rust)
- https://github.com/panzi/jsqoi (TypeScript)
- https://github.com/0xd34df00d/hsqoi (Haskell)