From cbd4f3356a14082af0290193277c7dd77cf4ca5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 22 Mar 2023 08:20:16 +0100 Subject: [PATCH] Updated libraries --- .gitignore | 3 +- .pkgmeta | 2 + Embeds.xml | 3 + Libs/LibDeflate/LibDeflate.lua | 3605 ++++++++++++++++++++++++++++++++ 4 files changed, 3612 insertions(+), 1 deletion(-) create mode 100644 Libs/LibDeflate/LibDeflate.lua diff --git a/.gitignore b/.gitignore index 9b9e9b2..9af6263 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -Libs +Libs/* +!Libs/LibDeflate desktop.ini diff --git a/.pkgmeta b/.pkgmeta index df0f35b..b700bcf 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -13,6 +13,8 @@ externals: Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0 Libs/AceTimer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceTimer-3.0 Libs/AceBucket-3.0: https://repos.wowace.com/wow/ace3/trunk/AceBucket-3.0 + Libs/AceComm-3.0: https://repos.wowace.com/wow/ace3/trunk/AceComm-3.0 + Libs/AceSerializer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceSerializer-3.0 Libs/LibOpenRaid: https://github.com/Tercioo/Open-Raid-Library.git ignore: diff --git a/Embeds.xml b/Embeds.xml index 087ec39..0bb0ecd 100644 --- a/Embeds.xml +++ b/Embeds.xml @@ -5,6 +5,7 @@