axmol/manifest.json

32 lines
851 B
JSON
Raw Normal View History

{
"versions": {
Release 2.1.5 (#2076) * Fix unexpected libpng used * Fix string format incorrect for tests * Fix #1751, use coroutine control AutoTest flow * Update CHANGELOG.md * Added OpenType font (.otf) to the noCompress list. (#2077) * Update 1k & copyright notice in some sources * Move doctest to axmol 3rdparty * Fix ci * Update 1kdist to v90 * Update 1kiss.ps1 * DrawNodeV2 0.95.1 (#2079) * Rename remaining legacy engine related spells and improve code style * Update 3rdparty README.md * Fix checkReallySupportsASTC does not work on ios device reported by @BIGCATDOG in https://github.com/axmolengine/axmol/issues/2078 * Fix ci * FastRNG: add missing include for AXASSERT (#2081) * Delete unused files * Improve FileUtils - Rename FileUtils::createDirectory to FileUtils::createDirectories - Use splitpath_cb to optimize FileUtils::createDirectories - Rename FileUtils::getFileShortName to FileUtils::getPathBaseName - Rename FileUtils::getFileExtension to FileUtils::getPathExtension - Add FileUtils::getPathDirName - Add FileUtils::getPathBaseNameNoExtension - Mark all renamed FileUtils stubs old name deprecated - Mark all FileUtils offthread APIs deprecated * Update box2d to v2.4.2 * Disable /sdl checks explicitly for winuwp For axmol deprecated policy, we need disable /sdl checks explicitly to avoid compiler traits invoking deprecated functions as error * Update cppwinrt to 2.0.240405.15 * Update simdjson to 3.10.0 * Fix box2d testbed compile error * Improve file path to url * Fix FileUtils::createDirectories unix logic * axmol-cmdline: remove arch suffix for host build output directory * Update CHANGELOG.md * Update lua bindings --------- Co-authored-by: Dani Alias <danielgutierrezalias@gmail.com> Co-authored-by: aismann <icesoft@freenet.de> Co-authored-by: smilediver <smilediver@outlook.com>
2024-08-11 21:11:35 +08:00
"1kdist": "v90",
2024-07-03 00:07:42 +08:00
"oboe": "1.9.0",
2024-04-02 22:31:34 +08:00
"kcp": "v1.7-f2aa30e",
2024-07-27 00:13:24 +08:00
"lz4": "v1.10.0",
2024-04-03 21:33:11 +08:00
"yaml-cpp": "0.8.0",
"sample-assets": "master"
},
"mirrors": {
"github": {
2024-01-08 23:31:17 +08:00
"1kdist": "simdsoft/1kiss/releases/download",
"oboe": "google/oboe.git",
"kcp": "skywind3000/kcp.git",
"lz4": "lz4/lz4.git",
"yaml-cpp": "jbeder/yaml-cpp.git",
"sample-assets": "axmolengine/axmol-sample-assets.git",
"glslcc": "axmolengine/glslcc/releases/download"
},
"gitee":
{
"1kdist": "simdsoft/1kiss/releases/download",
"oboe": "simdsoft/oboe.git",
"kcp": "simdsoft/kcp.git",
"lz4": "simdsoft/lz4.git",
"yaml-cpp": "mirrors/yaml-cpp.git",
"sample-assets": "simdsoft/axmol-sample-assets.git",
"glslcc": "simdsoft/glslcc/releases/download"
}
}
}