From b9d32fc928b0cb0c1c798f0455c315664a9c1697 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:28:04 +0100 Subject: [PATCH] add libraries to common packages --- Bloxstrap/PackageMap.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Bloxstrap/PackageMap.cs b/Bloxstrap/PackageMap.cs index 532f276..3a35f7c 100644 --- a/Bloxstrap/PackageMap.cs +++ b/Bloxstrap/PackageMap.cs @@ -23,6 +23,7 @@ namespace Bloxstrap // TODO - there ideally should be a less static way to do this that's not hardcoded? private static IReadOnlyDictionary _common = new Dictionary() { + { "Libraries.zip", @"" }, { "shaders.zip", @"shaders\" }, { "ssl.zip", @"ssl\" },