aseprite/third_party
David Capello 1c6e583c87 [lua] Add require() function (fix aseprite/api#10)
This is the first attempt to finally implement the require() function
on Lua. The main problem was how to solve conflicts between plugins
that use the same library name. Here we separate each plugin like in a
namespace, so require(name) inside a plugin will save the module in
_LOADED["pluginName/libraryName"] to avoid conflicts with other
libraryName from other plugins.
2023-04-18 19:41:01 -03:00
..
benchmark@151ead6242
cityhash@757152d474
cmark@728c684650
curl@09cf6fd700
fmt@d65acc4e6c Update submodules 2022-09-16 12:30:13 -03:00
freetype2@f122349b93 Update compilation instructions to new compilers and Skia-m102 2022-05-09 10:57:34 -03:00
giflib@d213f633ea
harfbuzz@3412c32b35 Update harfbuzz module 2022-05-26 15:26:43 -03:00
IXWebSocket@b6f36191c2 Update IXWebSocket module 2022-04-26 10:30:34 -03:00
jpeg
json11@818c5e01e7 Fix json11 compilation with MSVC 2022-04-06 09:31:39 -03:00
libarchive@fb3d9be28c Update submodules 2022-09-16 12:30:13 -03:00
libpng@a37d483651
libwebp@9ce5843dba
lua@04abf20c9e [lua] Add require() function (fix aseprite/api#10) 2023-04-18 19:41:01 -03:00
pixman@285b9a907c Update pixman module 2022-05-26 11:31:36 -03:00
pixman-cmake
qoi@c3dcfe780b Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
simpleini@c94997d4d6
tinyexpr@ca505447d8
tinyxml
zlib@fc3ecad5d5
CMakeLists.txt Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
README.md

Here are third party libraries with necessary components for Aseprite. Some directories are git submodules, and other are just a copy of its original package.