jerry73204 / apriltag-rust

High-level AprilTag library in Rust
BSD 2-Clause "Simplified" License
16 stars 9 forks source link

Update a preview version to crates.io. #6

Closed MiyakoMeow closed 1 year ago

MiyakoMeow commented 1 year ago

I'm now using this respository directly as dependency. It's now usable for me, while I just use tags' corners. The version in crates.io is old, using the old version of apriltag-sys. If I directly follow the guide in apriltag-sys, then use the latest version of apriltag on crate.io, it will not work on windows. Because the latest version of apriltag-sys is 0.2, but the latest version of apriltag is now using apriltag-sys 0.1.5. You can update a preview version to crates.io to solve this. Thanks!

jerry73204 commented 1 year ago

This crate is extensively rewritten and is published to crates.io now. Please enjoy it.