Skip to content

Commit

Permalink
Update to latest core
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Aug 24, 2024
1 parent 3b43da8 commit 95242c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ 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 = "8785872", features = ["bundle-lens-profiles"] }
gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "e13fffe", 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"] }
parking_lot = "0.12"
lazy_static = "1.5.0"
fastrand = "2.1.0"
fastrand = "2.1.1"
simplelog = "0.12.2"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.metal]
Expand Down

0 comments on commit 95242c0

Please sign in to comment.