robohouse-delft / aravis-rs

Rust bindings for Aravis, a vision library for genicam based cameras
Other
14 stars 5 forks source link

Aravis 0.8.5 #6

Closed lovesegfault closed 3 years ago

lovesegfault commented 3 years ago

We're behind upstream by a couple releases, maybe a new version of the crate is warranted?

Thanks!

de-vri-es commented 3 years ago

Thanks for the reminder :)

Updated to Aravis 0.8.5 and released as 0.6.0. If everything went right, it should still be compatible with Aravis 0.8.x. There's a new feature (auto-generated by the gir tool) to enable new interfaces from 0.8.3.

I also used a newer gtk-rs/gir version, which has generated different constructors (no more new_from_* but just from_*). However, the 0.6.0 bump should already indicate that it is backwards incompatible.

If you run into problems with the new bindings, please let me know so it can be fixed :)

Thanks again!

lovesegfault commented 3 years ago

Thank you Maarten!