Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
I've had to add a hack to workaround a (new)? Parley bug where an empty initial text causes a crash
Note that later setting the text to be empty does not reproduce the crash
  • Loading branch information
DJMcNab committed Nov 22, 2024
1 parent d8d916c commit a8c839f
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 115 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 @@ -107,7 +107,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 = "3c6014072226a76cf171a7d3daca503a37152a9e", features = [
"accesskit",
] }
peniko = "0.2.0"
Expand Down
Loading

0 comments on commit a8c839f

Please sign in to comment.