Skip to content

Commit

Permalink
Implemented Metal correlation.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlogic committed Feb 3, 2024
1 parent 330aca6 commit df8fa1f
Show file tree
Hide file tree
Showing 6 changed files with 902 additions and 515 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kamadak-exif = { version = "0.5", default-features = false }
ash = { version = "0.37", default-features = false, features = ["loaded"] }

[target.'cfg(target_os = "macos")'.dependencies]
metal = { version = "0.27", default-features = false }
metal = { version = "0.27", default-features = false, features = ["link"] }

[profile.release]
strip = true
Expand Down
Loading

0 comments on commit df8fa1f

Please sign in to comment.