From cf37ef67b30059984aef459c998b093b343107cc Mon Sep 17 00:00:00 2001 From: AdrianEddy Date: Tue, 25 Jun 2024 23:26:39 +0200 Subject: [PATCH] Update to latest core --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c193286..c94140c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1466,7 +1466,7 @@ dependencies = [ [[package]] name = "gyroflow-core" version = "1.5.4" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=b0e1857#b0e1857b23990662230f14d07a2286d90f7844b5" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=f80b4a9#f80b4a9a3a789da3943e9dd6b49f7113ed7ee78a" dependencies = [ "ahrs", "akaze", @@ -3174,7 +3174,7 @@ source = "git+https://github.com/EmbarkStudios/rust-gpu?rev=54f6978#54f6978c25b7 [[package]] name = "stabilize_spirv" version = "0.0.0" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=b0e1857#b0e1857b23990662230f14d07a2286d90f7844b5" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=f80b4a9#f80b4a9a3a789da3943e9dd6b49f7113ed7ee78a" dependencies = [ "spirv-std", ] diff --git a/Cargo.toml b/Cargo.toml index bf7a7a4..662328c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ ofx = "0.3" log = "0.4" itertools = "0.13" lru = "0.12" -gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "b0e1857", features = ["bundle-lens-profiles"] } +gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "f80b4a9", features = ["bundle-lens-profiles"] } #gyroflow-core = { path = "../gyroflow/src/core", default-features = false, features = ["bundle-lens-profiles"] } log-panics = "2.1" rfd = { version = "0.14", default-features = false, features = ["xdg-portal", "async-std"] }