Skip to content

Commit

Permalink
Implement simple example using swash to render to png
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed May 21, 2024
1 parent 0b62375 commit 4cc54f5
Show file tree
Hide file tree
Showing 5 changed files with 337 additions and 0 deletions.
97 changes: 97 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ skrifa = { workspace = true }
peniko = { workspace = true }
fontique = { workspace = true }

[dev-dependencies]
image = { version = "0.25.1", default-features = false, features = ["png"] }

[workspace.dependencies]
fontique = { version = "0.1.0", default-features = false, path = "fontique" }
skrifa = { version = "0.19.1", default-features = false }
Expand Down
Loading

0 comments on commit 4cc54f5

Please sign in to comment.