Update rustybuzz to 0.8.0

This commit is contained in:
Jeremy Soller 2023-06-12 11:13:29 -06:00
parent 79275d15e8
commit 3640b5e1ef
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -13,7 +13,7 @@ fontdb = { version = "0.14.1", default-features = false }
libm = "0.2.6"
log = "0.4.17"
aliasable = "0.1.3"
rustybuzz = { version = "0.7.0", default-features = false, features = ["libm"] }
rustybuzz = { version = "0.8.0", default-features = false, features = ["libm"] }
swash = { version = "0.1.6", optional = true }
syntect = { version = "5.0.0", optional = true }
sys-locale = { version = "0.3.0", optional = true }