Skip to content

Commit

Permalink
upgrade rust-skia
Browse files Browse the repository at this point in the history
- includes ParagraphStyle hinting support
  • Loading branch information
samizdatco committed Jan 11, 2025
1 parent cb87a42 commit 1f17ef2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
24 changes: 15 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ once_cell = "1.13"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
allsorts = { version = "0.15", features = ["flate2_zlib"], default-features = false}
skia-safe = { git = "https://github.com/rust-skia/rust-skia", rev = "f0c147b", features = ["textlayout", "webp", "svg"] }
skia-safe = { git = "https://github.com/rust-skia/rust-skia", rev = "18cb1fa", features = ["textlayout", "webp", "svg"] }

# vulkan
ash = { version = "0.37.3", optional = true }
Expand Down

0 comments on commit 1f17ef2

Please sign in to comment.