summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicolas Patry <nicolas@Nicolass-MacBook-Pro.local>2023-11-20 14:00:39 +0100
committerNicolas Patry <nicolas@Nicolass-MacBook-Pro.local>2023-11-20 14:13:44 +0100
commitc66e5d4716f957a5b0cc049c88b8eeae51a8fee0 (patch)
tree6997e539c8e7abab6b8f581961837145cc489763 /Cargo.toml
parentbd3b24372593796fbe4039ec4cc1fca04394eb16 (diff)
downloadcandle-c66e5d4716f957a5b0cc049c88b8eeae51a8fee0.tar.gz
candle-c66e5d4716f957a5b0cc049c88b8eeae51a8fee0.tar.bz2
candle-c66e5d4716f957a5b0cc049c88b8eeae51a8fee0.zip
Fix comments.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c37bd75b..ba09b1d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"