Skip to content

Commit df96158

Browse files
author
Janos Buttgereit
committed
Modified Cargo.toml to output a static library for the C API
1 parent 70350e2 commit df96158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = ".."
1010
[lib]
1111
name = "resvg"
1212
path = "lib.rs"
13-
crate-type = ["cdylib"]
13+
crate-type = ["staticlib"]
1414

1515
[dependencies]
1616
log = "0.4"

0 commit comments

Comments
 (0)