diff options
author | Nicolas Patry <nicolas@Nicolass-MacBook-Pro.local> | 2023-11-20 14:00:39 +0100 |
---|---|---|
committer | Nicolas Patry <nicolas@Nicolass-MacBook-Pro.local> | 2023-11-20 14:13:44 +0100 |
commit | c66e5d4716f957a5b0cc049c88b8eeae51a8fee0 (patch) | |
tree | 6997e539c8e7abab6b8f581961837145cc489763 /Cargo.toml | |
parent | bd3b24372593796fbe4039ec4cc1fca04394eb16 (diff) | |
download | candle-c66e5d4716f957a5b0cc049c88b8eeae51a8fee0.tar.gz candle-c66e5d4716f957a5b0cc049c88b8eeae51a8fee0.tar.bz2 candle-c66e5d4716f957a5b0cc049c88b8eeae51a8fee0.zip |
Fix comments.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ tracing-subscriber = "0.3.7" wav = "1.0.0" yoke = { version = "0.7.2", features = ["derive"] } zip = { version = "0.6.6", default-features = false } -metal = { git = "https://github.com/ivarflakstad/metal-rs.git", features = ["mps"] } +metal = { version = "0.27.1", features = ["mps"], package="candle-metal" } [profile.release-with-debug] inherits = "release" |