Make it possible to set and use default family

This commit is contained in:
Jeremy Soller 2022-10-25 21:16:02 -06:00
parent d04337075a
commit ea18576032
4 changed files with 11 additions and 8 deletions

View file

@ -7,7 +7,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
fontdb = "0.9"
fontdb = { version = "0.9", git = "https://github.com/jackpot51/fontdb" }
log = "0.4"
rustybuzz = "0.5"
swash = { version = "0.1", optional = true }