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 Update laf and benchmark modules 2018-06-09 13:04:16 -03:00
cityhash@757152d474 Use CityHash for tiles 2021-04-19 15:56:47 -03:00
cmark@728c684650 Don't build cmark program 2021-06-17 10:44:22 -03:00
curl@09cf6fd700 Replace the curl directory by a submodule 2021-10-06 16:06:40 -03:00
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 Update giflib module to the latest version 2021-07-01 11:38:13 -03:00
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 Update copyright year to 2013 2013-01-27 12:13:13 -03:00
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 Update libpng module 2021-06-17 11:06:58 -03:00
libwebp@9ce5843dba Migrate to Skia m96 API 2021-11-17 12:36:11 -03:00
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 Update pixman and disable DEBUG checks in region code 2018-12-04 11:43:59 -03:00
qoi@c3dcfe780b Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
simpleini@c94997d4d6 Update submodules 2018-09-14 20:34:59 -03:00
tinyexpr@ca505447d8 Update tinyexpr module 2018-07-24 14:49:08 -03:00
tinyxml Fix several issues found with ThreadSanitizer 2020-06-17 15:55:44 -03:00
zlib@fc3ecad5d5 Update zlib library 2018-03-22 11:34:22 -03:00
CMakeLists.txt Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
README.md Update third_party/README.md 2015-05-29 11:54:37 -03:00

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.