Skip to content

Commit

Permalink
feat: split font related logic to a new module, load different instan…
Browse files Browse the repository at this point in the history
…ces of variable font as fonts
  • Loading branch information
zimond committed Sep 21, 2023
1 parent 845ad11 commit 293f57d
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 395 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dashmap = { version = "5.3.4", optional = true }
flate2 = { version = "1.0.22", optional = true }
infer = { version = "0.9.0", git = "https://github.com/zimond/infer" }
log = "0.4.17"
ordered-float = "3.9.1"
ouroboros = "0.17.0"
pathfinder_content = { version = "0.5.0", optional = true }
pathfinder_geometry = { version = "0.5.1", optional = true }
Expand Down
Loading

0 comments on commit 293f57d

Please sign in to comment.