From 5c3bc243a4342e45c81005a18e2460819107e0cc Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 2 Jul 2024 13:37:17 -0400 Subject: [PATCH] update url for harfbuzz --- scripts/update_deps.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_deps.ps1 b/scripts/update_deps.ps1 index 445c5d5..5e01365 100644 --- a/scripts/update_deps.ps1 +++ b/scripts/update_deps.ps1 @@ -8,7 +8,7 @@ $path_toolchain = join-path $path_root 'toolchain' $url_backtrace_repo = 'https://github.com/Ed94/back.git' $url_freetype = 'https://github.com/Ed94/odin-freetype.git' -$url_harfbuzz = 'https://github.com/Ed94/odin_harfbuzz.git' +$url_harfbuzz = 'https://github.com/Ed94/harfbuzz-odin.git' $url_ini_parser = 'https://github.com/laytan/odin-ini-parser.git' $url_odin_repo = 'https://github.com/Ed94/Odin.git' $url_sokol = 'https://github.com/Ed94/sokol-odin.git'