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
..
2021-04-19 15:56:47 -03:00
2021-06-17 10:44:22 -03:00
2022-09-16 12:30:13 -03:00
2022-05-26 15:26:43 -03:00
2022-04-26 10:30:34 -03:00
2013-01-27 12:13:13 -03:00
2022-04-06 09:31:39 -03:00
2022-09-16 12:30:13 -03:00
2021-06-17 11:06:58 -03:00
2021-11-17 12:36:11 -03:00
2022-05-26 11:31:36 -03:00
2018-09-14 20:34:59 -03:00
2018-07-24 14:49:08 -03:00
2018-03-22 11:34:22 -03:00
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.