summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-11-10 20:25:24 +0100
committerNicolas Patry <nicolas@Nicolass-MacBook-Pro.local>2023-11-20 14:12:57 +0100
commit7cfffcac10ce076667c76693a6b19f7231652c41 (patch)
tree48ccdb73b0a7b95212c5ee01686da237fda61483 /Cargo.toml
parent38de52bc4b9ad4c0bf59c2d9863409af1e25c541 (diff)
downloadcandle-7cfffcac10ce076667c76693a6b19f7231652c41.tar.gz
candle-7cfffcac10ce076667c76693a6b19f7231652c41.tar.bz2
candle-7cfffcac10ce076667c76693a6b19f7231652c41.zip
Debugging rope.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c965f94..c37bd75b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,8 +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 = { path = "../metal-rs", features = ["mps"] }
+metal = { git = "https://github.com/ivarflakstad/metal-rs.git", features = ["mps"] }
[profile.release-with-debug]
inherits = "release"