Skip to content

Commit 119e567

Browse files
committed
Update oboe to 1.9.0
1 parent 066b7ca commit 119e567

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

3rdparty/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153

154154
## oboe (Adnroid only)
155155
- [![Upstream](https://img.shields.io/github/v/tag/google/oboe?label=Upstream)](https://github.com/google/oboe)
156-
- Version: 1.8.1
156+
- Version: 1.9.0
157157
- License: Apache-2.0
158158

159159
## ogg & vorbis

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## axmol-2.1.4 ?? 2024
22

3-
### Significant changes relative to 2.1.2:
3+
### Significant changes relative to 2.1.3:
44

55
- Add JobSystem support by @halx99
66
- Add cmake option AX_WASM_INITIAL_MEMORY
@@ -60,6 +60,7 @@
6060
- simdjson: 3.9.2 ==> 3.9.4
6161
- fmtlib: 10.2.1 ==> 11.0.0
6262
- yasio: 4.2.2 ==> 4.2.3
63+
- oboe: 1.8.1 ==> 1.9.0
6364

6465
## axmol-2.1.3 May.26 2024
6566

manifest.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versions": {
33
"1kdist": "v86",
4-
"oboe": "1.8.1",
4+
"oboe": "1.9.0",
55
"kcp": "v1.7-f2aa30e",
66
"lz4": "v1.9.4",
77
"yaml-cpp": "0.8.0",
@@ -15,7 +15,6 @@
1515
"kcp": "skywind3000/kcp.git",
1616
"lz4": "lz4/lz4.git",
1717
"yaml-cpp": "jbeder/yaml-cpp.git",
18-
"box2d-optimized": "mtsamis/box2d-optimized.git",
1918
"sample-assets": "axmolengine/axmol-sample-assets.git",
2019
"glslcc": "axmolengine/glslcc/releases/download"
2120
},
@@ -26,7 +25,6 @@
2625
"kcp": "simdsoft/kcp.git",
2726
"lz4": "simdsoft/lz4.git",
2827
"yaml-cpp": "mirrors/yaml-cpp.git",
29-
"box2d-optimized": "simdsoft/box2d-optimized.git",
3028
"sample-assets": "simdsoft/axmol-sample-assets.git",
3129
"glslcc": "simdsoft/glslcc/releases/download"
3230
}

0 commit comments

Comments
 (0)