Skip to content

Commit

Permalink
Fix C API build.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jan 19, 2021
1 parent f2afbab commit 2345569
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 2 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "staticlib"]
log = "0.4"
resvg = { path = "../" }
usvg = { path = "../usvg", default-features = false }
tiny-skia = "0.3.0"
tiny-skia = "0.4.1"

[features]
default = ["text"] # enables SVG Text support
Expand Down

0 comments on commit 2345569

Please sign in to comment.