Skip to content

Commit e16b39f

Browse files
committed
Revert "update fontdb, rustybuzz and ttf-parser"
This reverts commit 6f78d23.
1 parent 6f78d23 commit e16b39f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ rust-version = "1.65"
1212
[dependencies]
1313
bitflags = "2.4.1"
1414
cosmic_undo_2 = { version = "0.2.0", optional = true }
15-
fontdb = { version = "0.20", default-features = false }
15+
fontdb = { version = "0.16", default-features = false }
1616
hashbrown = { version = "0.14.1", optional = true, default-features = false }
1717
libm = { version = "0.2.8", optional = true }
1818
log = "0.4.20"
1919
modit = { version = "0.1.4", optional = true }
2020
rangemap = "1.4.0"
2121
rustc-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"] }
2323
self_cell = "1.0.1"
2424
swash = { version = "0.1.17", optional = true }
2525
syntect = { version = "5.1.0", optional = true }
2626
sys-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 }
2828
unicode-linebreak = "0.1.5"
2929
unicode-script = "0.5.5"
3030
unicode-segmentation = "1.10.1"
@@ -39,7 +39,7 @@ features = ["hardcoded-data"]
3939
default = ["std", "swash", "fontconfig"]
4040
fontconfig = ["fontdb/fontconfig", "std"]
4141
monospace_fallback = []
42-
no_std = ["hashbrown", "dep:libm"]
42+
no_std = ["rustybuzz/libm", "hashbrown", "dep:libm"]
4343
shape-run-cache = []
4444
std = [
4545
"fontdb/memmap",

0 commit comments

Comments
 (0)