Downgrade fontdb until iced can update resvg

This commit is contained in:
Jeremy Soller 2024-06-15 18:51:57 -06:00
parent 542b20ca43
commit 24fb208953
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -12,16 +12,16 @@ rust-version = "1.65"
[dependencies]
bitflags = "2.4.1"
cosmic_undo_2 = { version = "0.2.0", optional = true }
fontdb = { version = "0.18", default-features = false }
fontdb = { version = "0.16", default-features = false }
hashbrown = { version = "0.14.1", optional = true, default-features = false }
libm = { version = "0.2.8", optional = true }
log = "0.4.20"
modit = { version = "0.1.4", optional = true }
rangemap = "1.4.0"
rustc-hash = { version = "1.1.0", default-features = false }
rustybuzz = { version = "0.14.0", default-features = false, features = ["libm"] }
rustybuzz = { version = "0.14", default-features = false, features = ["libm"] }
self_cell = "1.0.1"
swash = { version = "0.1.12", optional = true }
swash = { version = "0.1.17", optional = true }
syntect = { version = "5.1.0", optional = true }
sys-locale = { version = "0.3.1", optional = true }
ttf-parser = { version = "0.21", default-features = false }