Skip to content

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Mar 6, 2024
1 parent 0011748 commit c931505
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ pdf-writer = { workspace = true }
usvg = { workspace = true }
log = { workspace = true }
image = { workspace = true, optional = true }
tiny-skia = {workspace = true, optional = true}
resvg = {workspace = true, optional = true}
tiny-skia = {workspace = true, optional = true }
resvg = {workspace = true, optional = true }
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ miniz_oxide = { workspace = true }
pdf-writer = { workspace = true }
svg2pdf = { workspace = true }
termcolor = { workspace = true }
usvg = { workspace = true}
usvg = { workspace = true }

[features]
default = ["svg2pdf/default"]
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false

[dependencies]
fontdb = { workspace = true }
svg2pdf = { workspace = true}
svg2pdf = { workspace = true }
usvg = { workspace = true }
pdfium-render = { workspace = true, features = ["sync"] }
pdf-writer = { workspace = true }
Expand Down

0 comments on commit c931505

Please sign in to comment.