Skip to content

Commit

Permalink
Port to the Parley cursor rework (#755)
Browse files Browse the repository at this point in the history
The upstream PR has now been merged:
linebender/parley#170

I've had to add a hack to workaround
linebender/parley#186. This occurs because of
the first pass of layout with zero available area.
  • Loading branch information
DJMcNab authored Nov 28, 2024
1 parent 3b18fc3 commit 4950e56
Show file tree
Hide file tree
Showing 9 changed files with 146 additions and 152 deletions.
4 changes: 2 additions & 2 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 @@ -108,7 +108,7 @@ xilem_core = { version = "0.1.0", path = "xilem_core" }
vello = "0.3"
wgpu = "22.1.0"
kurbo = "0.11.1"
parley = { git = "https://github.com/linebender/parley", rev = "217f243aa61178229da694b1d2b0598afcf29aff", features = [
parley = { git = "https://github.com/linebender/parley", rev = "c0d158b5d77c5726ed33fd3f2cbfcde95df374ef", features = [
"accesskit",
] }
peniko = "0.2.0"
Expand Down
Loading

0 comments on commit 4950e56

Please sign in to comment.