Revert "Make FontSystem not self-referencing and update fontdb and rustybuzz"
This commit is contained in:
parent
b6398a2d57
commit
eca804c732
11 changed files with 179 additions and 225 deletions
|
|
@ -9,10 +9,11 @@ documentation = "https://docs.rs/cosmic-text/latest/cosmic_text/"
|
|||
repository = "https://github.com/pop-os/cosmic-text"
|
||||
|
||||
[dependencies]
|
||||
fontdb = { version = "0.13.0", default-features = false }
|
||||
fontdb = { version = "0.10.0", default-features = false }
|
||||
libm = "0.2.6"
|
||||
log = "0.4.17"
|
||||
rustybuzz = { version = "0.7.0", default-features = false, features = ["libm"] }
|
||||
ouroboros = "0.15.5"
|
||||
rustybuzz = { version = "0.6.0", default-features = false, features = ["libm"] }
|
||||
swash = { version = "0.1.6", optional = true }
|
||||
syntect = { version = "5.0.0", optional = true }
|
||||
sys-locale = { version = "0.2.3", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue