We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c5c10 commit 67cbbf3Copy full SHA for 67cbbf3
CHANGES.md
@@ -47,6 +47,10 @@
47
- @melpon
48
- [UPDATE] actions/download-artifact を v5 に上げる
49
- @miosakuma
50
+- [UPDATE] examples/DEPS の CLI11 バージョンを v2.6.1 にあげる
51
+ - @torikizi
52
+- [UPDATE] examples/DEPS の SDL バージョンを 3.2.24 にあげる
53
54
- [FIX] sumomo で audio_device をデフォルト無効にしていたのを修正する
55
- @torikizi
56
- [FIX] GitHub Actions の build.yml で CUDA パッケージを ubuntu のバージョンに合わせるようにする
examples/DEPS
@@ -2,5 +2,5 @@ SORA_CPP_SDK_VERSION=2025.6.0-canary.8
2
WEBRTC_BUILD_VERSION=m141.7390.3.3
3
BOOST_VERSION=1.89.0
4
CMAKE_VERSION=4.1.2
5
-SDL3_VERSION=3.2.22
6
-CLI11_VERSION=v2.5.0
+SDL3_VERSION=3.2.24
+CLI11_VERSION=v2.6.1
0 commit comments