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 }