Skip to content

Commit

Permalink
update skia to 0.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samizdatco committed Nov 18, 2024
1 parent 35050aa commit a326bcc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 180 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
- Hit-testing with [`isPointInPath`][isPointInPath()] and [`isPointInStroke`][isPointInStroke()] now works correctly when called with a **Path2D** object as the first argument

### Misc. Improvements
- Upgraded Skia to milestone 129
- Upgraded Skia to [milestone 131](https://github.com/rust-skia/rust-skia/releases/tag/0.80.0)
- Added TypeScript definitions for the **Window** object’s event types (contributed by @saantonandre #163) and the `roundRect` method (contributed by @sandy85625 & @santilema)
- Performance improvements to **FontLibrary**, speeding up operations like listing families and adding new typefaces.
- Updated `winit` and replaced the end-of-life’d [skulpin](https://github.com/aclysma/skulpin)-based Vulkan renderer with a new implementation using Vulkano for window-drawing on Windows and Linux.
Expand Down
197 changes: 19 additions & 178 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 @@ -27,7 +27,7 @@ crossbeam = "0.8.2"
once_cell = "1.13"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
skia-safe = { version = "0.78.2", features = ["textlayout", "webp", "svg"] }
skia-safe = { version = "0.80.0", features = ["textlayout", "webp", "svg"] }
allsorts = { version = "0.15", features = ["flate2_zlib"], default-features = false}

# vulkan
Expand Down

0 comments on commit a326bcc

Please sign in to comment.