You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0412]: cannot find type `cairo_pdf_version_t` in crate `ffi`
--> cairo/src/enums.rs:1565:32
|
1565 | impl From<PdfVersion> for ffi::cairo_pdf_version_t {
| ^^^^^^^^^^^^^^^^^^^ not found in `ffi`
So I assume that the cfg(doc) isn't passed down to dependencies, contrary to what's expected.
I have in cairo-sys the following:
And in cairo:
But when running
cargo doc
, I get:So I assume that the
cfg(doc)
isn't passed down to dependencies, contrary to what's expected.Extra info wih
cargo -v
:The text was updated successfully, but these errors were encountered: