From 41c14aeeacacd4160d1b4989d2c29cd3d7bf72a1 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 19 Apr 2023 20:33:19 -0600 Subject: Makefile.am: build just the librsvg-c package for the C ABI library Also, change the crate-type to staticlib in librsvg-c as it was before. Part-of: --- rsvg/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'rsvg') diff --git a/rsvg/Cargo.toml b/rsvg/Cargo.toml index 5469ad5d..b01e12a4 100644 --- a/rsvg/Cargo.toml +++ b/rsvg/Cargo.toml @@ -45,7 +45,6 @@ test-utils = ["yeslogic-fontconfig-sys"] [lib] name = "rsvg" -crate-type = [ "staticlib", "rlib" ] [dependencies] # Keep these in sync with respect to the cairo-rs version: -- cgit v1.2.1