From 7d00af3551c17da7f2d9d0843cfc9e5d51a00d9c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 26 Oct 2022 11:12:05 -0600 Subject: [PATCH] Update fontdb to 0.9.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb2e88c..c52f8b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" license = "MIT OR Apache-2.0" [dependencies] -fontdb = { version = "0.9", git = "https://github.com/jackpot51/fontdb" } +fontdb = "0.9.3" log = "0.4" rustybuzz = "0.5" swash = { version = "0.1", optional = true }