diff --git a/Cargo.lock b/Cargo.lock index 3e121e4..1ab2909 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" [[package]] name = "app_dirs2" @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" +checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" dependencies = [ "async-task", "concurrent-queue", @@ -1461,7 +1461,7 @@ dependencies = [ [[package]] name = "gyroflow-core" version = "1.5.4" -source = "git+https://github.com/gyroflow/gyroflow.git?rev=9395ebd#9395ebd1cb0598f63da7bea9cbfb5a9da046ebad" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=79693e3#79693e31ce951ecec2a85660793172dfea4dcbd9" dependencies = [ "ahrs", "akaze", @@ -1986,7 +1986,7 @@ dependencies = [ [[package]] name = "naga" version = "22.0.0" -source = "git+https://github.com/gfx-rs/wgpu.git?rev=9b36a3e#9b36a3e129da04b018257564d5129caff240cb75" +source = "git+https://github.com/gfx-rs/wgpu.git?rev=eb18854#eb18854b46a4d6c973a1981be6739ec19282f2f3" dependencies = [ "arrayvec 0.7.6", "bit-set", @@ -2370,9 +2370,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" [[package]] name = "ordered-stream" @@ -2386,9 +2386,9 @@ dependencies = [ [[package]] name = "parking" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" @@ -2715,9 +2715,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" +checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853" dependencies = [ "bitflags 2.6.0", ] @@ -2842,9 +2842,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.36" +version = "0.38.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" +checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" dependencies = [ "bitflags 2.6.0", "errno", @@ -2855,9 +2855,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "log", "once_cell", @@ -2876,9 +2876,9 @@ checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" [[package]] name = "rustls-webpki" -version = "0.102.7" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring", "rustls-pki-types", @@ -3143,7 +3143,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=9395ebd#9395ebd1cb0598f63da7bea9cbfb5a9da046ebad" +source = "git+https://github.com/gyroflow/gyroflow.git?rev=79693e3#79693e31ce951ecec2a85660793172dfea4dcbd9" dependencies = [ "spirv-std", ] @@ -3421,9 +3421,9 @@ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" [[package]] name = "unicode-normalization" @@ -3615,7 +3615,7 @@ dependencies = [ [[package]] name = "wgpu" version = "22.0.0" -source = "git+https://github.com/gfx-rs/wgpu.git?rev=9b36a3e#9b36a3e129da04b018257564d5129caff240cb75" +source = "git+https://github.com/gfx-rs/wgpu.git?rev=eb18854#eb18854b46a4d6c973a1981be6739ec19282f2f3" dependencies = [ "arrayvec 0.7.6", "cfg_aliases 0.1.1", @@ -3639,7 +3639,7 @@ dependencies = [ [[package]] name = "wgpu-core" version = "22.0.0" -source = "git+https://github.com/gfx-rs/wgpu.git?rev=9b36a3e#9b36a3e129da04b018257564d5129caff240cb75" +source = "git+https://github.com/gfx-rs/wgpu.git?rev=eb18854#eb18854b46a4d6c973a1981be6739ec19282f2f3" dependencies = [ "arrayvec 0.7.6", "bit-vec", @@ -3664,7 +3664,7 @@ dependencies = [ [[package]] name = "wgpu-hal" version = "22.0.0" -source = "git+https://github.com/gfx-rs/wgpu.git?rev=9b36a3e#9b36a3e129da04b018257564d5129caff240cb75" +source = "git+https://github.com/gfx-rs/wgpu.git?rev=eb18854#eb18854b46a4d6c973a1981be6739ec19282f2f3" dependencies = [ "android_system_properties", "arrayvec 0.7.6", @@ -3707,7 +3707,7 @@ dependencies = [ [[package]] name = "wgpu-types" version = "22.0.0" -source = "git+https://github.com/gfx-rs/wgpu.git?rev=9b36a3e#9b36a3e129da04b018257564d5129caff240cb75" +source = "git+https://github.com/gfx-rs/wgpu.git?rev=eb18854#eb18854b46a4d6c973a1981be6739ec19282f2f3" dependencies = [ "bitflags 2.6.0", "js-sys", @@ -4095,9 +4095,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" +checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" [[package]] name = "zbus" diff --git a/Cargo.toml b/Cargo.toml index ae42be7..a65dfc3 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 = "9395ebd", features = ["bundle-lens-profiles", "cache-gyro-metadata"] } +gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "79693e3", features = ["bundle-lens-profiles", "cache-gyro-metadata"] } #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"] } @@ -33,9 +33,9 @@ default = ["use-opencl"] use-opencl = ["gyroflow-core/use-opencl"] [profile.release] -opt-level = 3 -lto = true -codegen-units = 1 +#opt-level = 3 +#lto = true +#codegen-units = 1 [profile.dev] opt-level = 2