From 278b1ea6477cdee7bffd35a6637ee7c6378dc6c1 Mon Sep 17 00:00:00 2001 From: Brandon DeRosier Date: Wed, 21 Feb 2024 00:06:05 -0800 Subject: [PATCH] Update impeller-cmake-example (flutter/engine#50808) Lots of fixes in this update. Let's see how it fares against the Fuchsia SDK compiler. https://github.com/bdero/impeller-cmake-example/pull/22 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f0efe4d72b..6e66ced4e9 100644 --- a/DEPS +++ b/DEPS @@ -1019,7 +1019,7 @@ deps = { }, 'src/third_party/impeller-cmake-example': { - 'url': Var('flutter_git') + '/third_party/impeller-cmake-example.git' + '@' + 'd1a26a51dc6890e5f851749e3d8e048703f24f51', + 'url': Var('flutter_git') + '/third_party/impeller-cmake-example.git' + '@' + 'c44e8093972c969acf171be72591e408a85fdc53', 'condition': 'download_impeller_cmake_example', },