Skip to content

Commit 95629d9

Browse files
committed
Update 3rd libs & emsdk
1 parent 62eebaa commit 95629d9

File tree

32 files changed

+449
-598
lines changed

32 files changed

+449
-598
lines changed

1k/manifest.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
if ($Global:is_axmol_app -or $Global:is_axmol_engine) {
1212
$manifest['nuget'] = '5.5.1' # since 5.6.0, requires .net 4.0
1313
$manifest['glslcc'] = '1.9.5+'
14-
$manifest['cmake'] = '3.29.3~3.30.2+'
15-
$manifest['emsdk'] = '3.1.63+'
14+
$manifest['cmake'] = '3.29.3~3.30.3+'
15+
$manifest['emsdk'] = '3.1.66~3.1.67+'
1616
$manifest['jdk'] = '17.0.10~17.0.12+'
1717
$manifest['vs'] = '16.0+'
1818
}

3rdparty/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
## c-ares
2424
- [![Upstream](https://img.shields.io/github/v/release/c-ares/c-ares?label=Upstream)](https://github.com/c-ares/c-ares)
25-
- Version: 1.33.0
25+
- Version: 1.33.1
2626
- License: MIT
2727

2828
## Chipmunk2D
@@ -47,7 +47,7 @@
4747

4848
## curl
4949
- [![Upstream](https://img.shields.io/github/v/release/curl/curl?label=Upstream)](https://github.com/curl/curl)
50-
- Version: 8.9.1
50+
- Version: 8.10.1
5151
- License: Curl (MIT/X)
5252

5353
## doctest
@@ -77,7 +77,7 @@
7777

7878
## Glad
7979
- [![Upstream](https://img.shields.io/github/v/tag/Dav1dde/glad?label=Upstream)](https://github.com/Dav1dde/glad)
80-
- Version: 2.0.6
80+
- Version: 2.0.7
8181
- License: MIT
8282

8383
## glfw
@@ -97,7 +97,7 @@
9797

9898
## jpeg-turbo
9999
- [![Upstream](https://img.shields.io/github/v/release/libjpeg-turbo/libjpeg-turbo?label=Upstream)](https://github.com/libjpeg-turbo/libjpeg-turbo)
100-
- Version: 3.0.3
100+
- Version: 3.0.4
101101
- License: BSD-style (IJG,BSD-3-Clause,zlib)
102102

103103
## kcp
@@ -123,7 +123,7 @@
123123

124124
- luajit
125125
- Upstream: https://github.com/LuaJIT/LuaJIT
126-
- Version: 2.1-04dca79
126+
- Version: 2.1-87ae18a
127127
- License: MIT
128128

129129
- tolua
@@ -179,12 +179,12 @@
179179

180180
## OpenSSL
181181
- [![Upstream](https://img.shields.io/github/v/tag/openssl/openssl?label=Upstream)](https://github.com/openssl/openssl)
182-
- Version: 3.3.1
182+
- Version: 3.0.15
183183
- License: Apache-2.0
184184

185185
## png
186186
- [![Upstream](https://img.shields.io/github/v/tag/glennrp/libpng?label=Upstream)](https://github.com/glennrp/libpng)
187-
- Version: 1.6.43
187+
- Version: 1.6.44
188188
- License: PNG Reference Library License version 2
189189

190190
## poly2tri
@@ -201,7 +201,7 @@
201201

202202
## rapidjson
203203
- [![Upstream](https://img.shields.io/github/v/tag/Tencent/rapidjson?label=Upstream)](https://github.com/Tencent/rapidjson)
204-
- Version: 1.1.0-b4a6da3
204+
- Version: 1.1.0-815e6e7 (until Sep 24, 2024)
205205
- License: MIT
206206

207207
## recast
@@ -218,7 +218,7 @@
218218

219219
## simdjson
220220
- [![Upstream](https://img.shields.io/github/v/tag/simdjson/simdjson?label=Upstream)](https://github.com/simdjson/simdjson)
221-
- Version: 3.10.0
221+
- Version: 3.10.1
222222
- License: Apache-2.0
223223

224224
## stb (stb_image)
@@ -253,7 +253,7 @@
253253

254254
## yasio
255255
- [![Upstream](https://img.shields.io/github/v/release/yasio/yasio?label=Upstream)](https://github.com/yasio/yasio)
256-
- Version: 4.2.4
256+
- Version: 4.3.1
257257
- License: MIT WITH Anti-996
258258

259259
## zlib

3rdparty/glad/include/glad/gl.h

Lines changed: 8 additions & 4 deletions
Large diffs are not rendered by default.

3rdparty/glad/src/gl.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ int GLAD_GL_QCOM_texture_foveated_subsampled_layout = 0;
871871
int GLAD_GL_QCOM_texture_lod_bias = 0;
872872
int GLAD_GL_QCOM_tiled_rendering = 0;
873873
int GLAD_GL_QCOM_writeonly_rendering = 0;
874+
int GLAD_GL_QCOM_ycbcr_degamma = 0;
874875
int GLAD_GL_VIV_shader_binary = 0;
875876

876877

@@ -10812,6 +10813,7 @@ static int glad_gl_find_extensions_gles2(void) {
1081210813
GLAD_GL_QCOM_texture_lod_bias = glad_gl_has_extension(exts, exts_i, "GL_QCOM_texture_lod_bias");
1081310814
GLAD_GL_QCOM_tiled_rendering = glad_gl_has_extension(exts, exts_i, "GL_QCOM_tiled_rendering");
1081410815
GLAD_GL_QCOM_writeonly_rendering = glad_gl_has_extension(exts, exts_i, "GL_QCOM_writeonly_rendering");
10816+
GLAD_GL_QCOM_ycbcr_degamma = glad_gl_has_extension(exts, exts_i, "GL_QCOM_ycbcr_degamma");
1081510817
GLAD_GL_VIV_shader_binary = glad_gl_has_extension(exts, exts_i, "GL_VIV_shader_binary");
1081610818

1081710819
glad_gl_free_extensions(exts_i);

3rdparty/png/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README for libpng version 1.6.43
1+
README for libpng version 1.6.44
22
================================
33

44
See the note about version numbers near the top of `png.h`.

0 commit comments

Comments
 (0)