-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I've had to disable doc tests because some of the syntax in the autogenerated comments confuses it. It looks like access to the PIX struct is now private, so we need to use getters. I started looking at this because of this issue in leptonica-plumbing ccouzens/leptonica-plumbing#5 --- To test using my dev version of leptonica I need to use this command ```bash LD_LIBRARY_PATH=../../DanBloomberg/leptonica/local/lib PKG_CONFIG_PATH=../../DanBloomberg/leptonica/local/lib/pkgconfig cargo test --lib ``` My checkout of leptonica was built with ```bash sudo dnf builddep leptonica-devel ./autogen.sh ./configure --prefix /configure "--prefix=$(pwd)/local" make make install ```
- Loading branch information
Showing
3 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "leptonica-sys" | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
authors = ["Chris Couzens <[email protected]>"] | ||
edition = "2018" | ||
links = "lept" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters