Skip to content

Commit

Permalink
deps: Update parley.
Browse files Browse the repository at this point in the history
This version of parley has fontique as a separate crate and has
updated dependencies (as well as a removal of clap as a transitive
dep).
  • Loading branch information
waywardmonkeys committed Apr 26, 2024
1 parent 8b3ee7d commit 41a42f5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 174 deletions.
207 changes: 34 additions & 173 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 @@ -22,7 +22,7 @@ xilem_core = { version = "0.1.0", path = "crates/xilem_core" }
masonry = { version = "0.1.0", path = "crates/masonry" }
kurbo = "0.11.0"
winit = { version = "0.29", features = ["rwh_05"] }
parley = { git = "https://github.com/linebender/parley", rev = "4f05e183be9b388c6748d3c531c9ac332672fb86" }
parley = { git = "https://github.com/linebender/parley", rev = "9e2be05f4bd8935758dc0074638c2ec6eaff3806" }
vello = { git = "https://github.com/linebender/vello/", rev = "b520a35addfa6bbb37d93491d2b8236528faf3b5" }

[workspace.lints]
Expand Down

0 comments on commit 41a42f5

Please sign in to comment.