dbrgn / miniaturo

A drop-in replacement for raw-thumbnailer.
GNU General Public License v3.0
8 stars 1 forks source link

Use libopenraw 0.4.0 #15

Open hfiguiere opened 10 months ago

hfiguiere commented 10 months ago

Since there is no release, this is a draft.

tl;dr: I rewrote libopenraw in Rust. While it still has the C API, this PR use the crate directly.

When I have a release I'll update this PR to use the crates.io upload. It will replace the current crate (following semver).

hfiguiere commented 10 months ago

Removed the libopenraw build step.

hfiguiere commented 6 months ago

This uses the -alpha2 crate from crates-io.