Skip to content
  • Federico Mena Quintero's avatar
    Move C API glue to a librsvg_c_api crate · 78219898
    Federico Mena Quintero authored
    Now, the dependencies are like this:
    
          rsvg_internals
           ^           ^
           |             \
           |               \
    librsvg_crate     librsvg_c_api
                             ^
    			 |
                        librsvg.so
    
    This will eventually let us build rsvg_internals without a Cargo
    feature (the "c-library") feature, so it will only be built *once* for
    the whole librsvg compilation.
    78219898
This project manages its dependencies using Cargo. Learn more