From 5ee5eb69d5c80fdfc92ca643601aa52fbd149c1e Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Sun, 6 Aug 2023 23:59:40 -0400 Subject: [PATCH] Update fello version This brings in experimental CFF/CFF2 support. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21ff1e96f..461e733fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ wgpu-profiler = { workspace = true, optional = true } [workspace.dependencies] bytemuck = { version = "1.12.1", features = ["derive"] } -fello = { git = "https://github.com/dfrg/fount", rev = "58a284eaae67512fb61cf76177c5d33238d79cb1" } +fello = { git = "https://github.com/dfrg/fount", rev = "0a7c809716aeb96795325a74c91c048cf4980d73" } peniko = { git = "https://github.com/linebender/peniko", rev = "cafdac9a211a0fb2fec5656bd663d1ac770bcc81" } wgpu = "0.17" # NOTE: Make sure to keep this in sync with the version badge in README.md