Skip to content
  • Federico Mena Quintero's avatar
    marker.rs: Use cairo_sys::cairo_path_t correctly · 078a6ad1
    Federico Mena Quintero authored
    I was requesting the cairo-rs crate somewhat incorrectly in Cargo.toml,
    and not requesting cairo-sys-rs at all.  Thus, I thought I needed to
    patch cairo-rs to let me access a cairo_path_t.  It turns out it's
    already available; one just has to declare the crate correctly...
    078a6ad1
This project manages its dependencies using Cargo. Learn more