From e64717632a9e6ae070ffb371df1ed6e397da0ca3 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 2 Jul 2024 13:34:45 -0400 Subject: [PATCH] update harfbuzz url --- scripts/build_sokol_demo.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_sokol_demo.ps1 b/scripts/build_sokol_demo.ps1 index 8421bba..8126757 100644 --- a/scripts/build_sokol_demo.ps1 +++ b/scripts/build_sokol_demo.ps1 @@ -33,7 +33,7 @@ write-host "Core Count - Physical: $CoreCount_Physical Logical: $CoreCount_Logic #endregion CPU_Info $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_sokol = 'https://github.com/floooh/sokol-odin.git' $url_sokol_tools = 'https://github.com/floooh/sokol-tools-bin.git'