Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Import selection and editing code from Masonry #88

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
448 changes: 249 additions & 199 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions parley/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ swash = { workspace = true }
skrifa = { workspace = true }
peniko = { workspace = true }
fontique = { workspace = true }
winit = "0.30.4"
xi-unicode = "0.3.0"
kurbo = "0.11.0"
unicode-segmentation = "1.11.0"
tracing = "0.1.40"
Loading
Loading