From 98ba08f78fa437af0e08b809fd3df5543e5f0862 Mon Sep 17 00:00:00 2001 From: Chris Hocking Date: Wed, 12 Jul 2023 00:21:48 +1000 Subject: [PATCH] "Input rotation" fixed in gyroflow_core --- Source/Frameworks/gyroflow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Frameworks/gyroflow/Cargo.toml b/Source/Frameworks/gyroflow/Cargo.toml index e0ccd2ae..03f59761 100644 --- a/Source/Frameworks/gyroflow/Cargo.toml +++ b/Source/Frameworks/gyroflow/Cargo.toml @@ -13,7 +13,7 @@ argh = "*" serde = "1.0" serde_json = "1.0" libc = "0.2" -gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "89de262", features = ["bundle-lens-profiles"] } +gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "fa45053", features = ["bundle-lens-profiles"] } log = "0.4.17" oslog = "0.2.0" lazy_static = "1.4.0"