Skip to content

Commit f6c5898

Browse files
authored
Merge pull request #257 from shiguredo/feature/update-example-deps
examples/DEPS のアップデート
2 parents 79c5c10 + 67cbbf3 commit f6c5898

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
- @melpon
4848
- [UPDATE] actions/download-artifact を v5 に上げる
4949
- @miosakuma
50+
- [UPDATE] examples/DEPS の CLI11 バージョンを v2.6.1 にあげる
51+
- @torikizi
52+
- [UPDATE] examples/DEPS の SDL バージョンを 3.2.24 にあげる
53+
- @torikizi
5054
- [FIX] sumomo で audio_device をデフォルト無効にしていたのを修正する
5155
- @torikizi
5256
- [FIX] GitHub Actions の build.yml で CUDA パッケージを ubuntu のバージョンに合わせるようにする

examples/DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ SORA_CPP_SDK_VERSION=2025.6.0-canary.8
22
WEBRTC_BUILD_VERSION=m141.7390.3.3
33
BOOST_VERSION=1.89.0
44
CMAKE_VERSION=4.1.2
5-
SDL3_VERSION=3.2.22
6-
CLI11_VERSION=v2.5.0
5+
SDL3_VERSION=3.2.24
6+
CLI11_VERSION=v2.6.1

0 commit comments

Comments
 (0)