diff --git a/adobe/Cargo.lock b/adobe/Cargo.lock index 43e9b84..42aa083 100644 --- a/adobe/Cargo.lock +++ b/adobe/Cargo.lock @@ -1474,7 +1474,7 @@ dependencies = [ [[package]] name = "gyroflow-core" version = "1.6.0" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=ecf944a#ecf944a2480d205f6315ea2bf5fbfd67dbea2b8f" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=b3eef2f#b3eef2fdd0e8808a9d6005a4639f28b6794924c3" dependencies = [ "ahrs", "akaze", @@ -3456,7 +3456,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=ecf944a#ecf944a2480d205f6315ea2bf5fbfd67dbea2b8f" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=b3eef2f#b3eef2fdd0e8808a9d6005a4639f28b6794924c3" dependencies = [ "spirv-std", ] diff --git a/common/Cargo.lock b/common/Cargo.lock index abce2ea..f9f900a 100644 --- a/common/Cargo.lock +++ b/common/Cargo.lock @@ -1328,7 +1328,7 @@ dependencies = [ [[package]] name = "gyroflow-core" version = "1.6.0" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=ecf944a#ecf944a2480d205f6315ea2bf5fbfd67dbea2b8f" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=b3eef2f#b3eef2fdd0e8808a9d6005a4639f28b6794924c3" dependencies = [ "ahrs", "akaze", @@ -3207,7 +3207,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=ecf944a#ecf944a2480d205f6315ea2bf5fbfd67dbea2b8f" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=b3eef2f#b3eef2fdd0e8808a9d6005a4639f28b6794924c3" dependencies = [ "spirv-std", ] diff --git a/common/Cargo.toml b/common/Cargo.toml index 3746a24..34ef597 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -10,7 +10,7 @@ description = "Gyroflow plugin base" log = "0.4" itertools = "0.13" lru = "0.12" -gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "ecf944a", features = ["bundle-lens-profiles", "use-opencl", "cache-gyro-metadata"] } +gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "b3eef2f", features = ["bundle-lens-profiles", "use-opencl", "cache-gyro-metadata"] } #gyroflow-core = { path = "../../gyroflow/src/core", default-features = false, features = ["bundle-lens-profiles", "use-opencl", "cache-gyro-metadata"] } log-panics = "2.1" serde = "1" diff --git a/frei0r/Cargo.lock b/frei0r/Cargo.lock index 80e5844..cea0bff 100644 --- a/frei0r/Cargo.lock +++ b/frei0r/Cargo.lock @@ -1338,7 +1338,7 @@ dependencies = [ [[package]] name = "gyroflow-core" version = "1.6.0" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=ecf944a#ecf944a2480d205f6315ea2bf5fbfd67dbea2b8f" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=b3eef2f#b3eef2fdd0e8808a9d6005a4639f28b6794924c3" dependencies = [ "ahrs", "akaze", @@ -3226,7 +3226,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=ecf944a#ecf944a2480d205f6315ea2bf5fbfd67dbea2b8f" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=b3eef2f#b3eef2fdd0e8808a9d6005a4639f28b6794924c3" dependencies = [ "spirv-std", ] diff --git a/openfx/Cargo.lock b/openfx/Cargo.lock index 21d96cc..50f8f3a 100644 --- a/openfx/Cargo.lock +++ b/openfx/Cargo.lock @@ -1374,7 +1374,7 @@ dependencies = [ [[package]] name = "gyroflow-core" version = "1.6.0" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=ecf944a#ecf944a2480d205f6315ea2bf5fbfd67dbea2b8f" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=b3eef2f#b3eef2fdd0e8808a9d6005a4639f28b6794924c3" dependencies = [ "ahrs", "akaze", @@ -3293,7 +3293,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=ecf944a#ecf944a2480d205f6315ea2bf5fbfd67dbea2b8f" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=b3eef2f#b3eef2fdd0e8808a9d6005a4639f28b6794924c3" dependencies = [ "spirv-std", ]