From 7f8f2f2999be689b2a9a1dcb81833e0203788fe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 08:42:42 +0000 Subject: [PATCH] chore: update rive-runtime to 972e52893bf03fd26920d4d191d1a09c7e0b0fa5 --- scripts/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.py b/scripts/bootstrap.py index 2c845ba..5e5f2d6 100644 --- a/scripts/bootstrap.py +++ b/scripts/bootstrap.py @@ -15,7 +15,7 @@ RIVE_RUNTIME_PATH = "3rdparty/rive-cpp" RIVE_RUNTIME_URL = "https://github.com/rive-app/rive-runtime.git" -RIVE_RUNTIME_REV = "ff55eced3d97ebdef70c88a679389697fcc061f4" +RIVE_RUNTIME_REV = "972e52893bf03fd26920d4d191d1a09c7e0b0fa5" RIVE_RUNTIME_CHECK = "include/rive/file.hpp" RIVE_RUNTIME_ENV = "RIVEQT_RIVE_RUNTIME_REV"