From ef7c23f51029594739071f2fe5ba62ed27fe4270 Mon Sep 17 00:00:00 2001 From: Laurenz Stampfl Date: Sat, 1 Jun 2024 23:59:41 +0200 Subject: [PATCH] change branch --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4507ef2c..f57826cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,8 @@ dependencies = [ [[package]] name = "ttf-parser" -version = "0.21.0" +version = "0.21.1" +source = "git+https://github.com/LaurenzV/ttf-parser?branch=master#1233e8954dbf0fe36f021b65519bf75ac23d0467" [[package]] name = "unicode-ident" diff --git a/Cargo.toml b/Cargo.toml index 98a78691..bf441597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = ["fonts/*"] [dev-dependencies] skrifa = "0.19.1" -ttf-parser = {git = "https://github.com/LaurenzV/freetype-rs", branch = "gvar-fix"} +ttf-parser = {git = "https://github.com/LaurenzV/ttf-parser", branch = "master"} freetype-rs = {git = "https://github.com/LaurenzV/freetype-rs"} rand = "0.8.5" rand_distr = "0.4.3"