@@ -12,19 +12,19 @@ rust-version = "1.65"
1212[dependencies ]
1313bitflags = " 2.4.1"
1414cosmic_undo_2 = { version = " 0.2.0" , optional = true }
15- fontdb = { version = " 0.20 " , default-features = false }
15+ fontdb = { version = " 0.16 " , default-features = false }
1616hashbrown = { version = " 0.14.1" , optional = true , default-features = false }
1717libm = { version = " 0.2.8" , optional = true }
1818log = " 0.4.20"
1919modit = { version = " 0.1.4" , optional = true }
2020rangemap = " 1.4.0"
2121rustc-hash = { version = " 1.1.0" , default-features = false }
22- rustybuzz = { version = " 0.17 " , default-features = false }
22+ rustybuzz = { version = " 0.14 " , default-features = false , features = [ " libm " ] }
2323self_cell = " 1.0.1"
2424swash = { version = " 0.1.17" , optional = true }
2525syntect = { version = " 5.1.0" , optional = true }
2626sys-locale = { version = " 0.3.1" , optional = true }
27- ttf-parser = { version = " 0.24 " , default-features = false }
27+ ttf-parser = { version = " 0.21 " , default-features = false }
2828unicode-linebreak = " 0.1.5"
2929unicode-script = " 0.5.5"
3030unicode-segmentation = " 1.10.1"
@@ -39,7 +39,7 @@ features = ["hardcoded-data"]
3939default = [" std" , " swash" , " fontconfig" ]
4040fontconfig = [" fontdb/fontconfig" , " std" ]
4141monospace_fallback = []
42- no_std = [" hashbrown" , " dep:libm" ]
42+ no_std = [" rustybuzz/libm " , " hashbrown" , " dep:libm" ]
4343shape-run-cache = []
4444std = [
4545 " fontdb/memmap" ,
0 commit comments