diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-11-10 20:25:24 +0100 |
---|---|---|
committer | Nicolas Patry <nicolas@Nicolass-MacBook-Pro.local> | 2023-11-20 14:12:57 +0100 |
commit | 7cfffcac10ce076667c76693a6b19f7231652c41 (patch) | |
tree | 48ccdb73b0a7b95212c5ee01686da237fda61483 /Cargo.toml | |
parent | 38de52bc4b9ad4c0bf59c2d9863409af1e25c541 (diff) | |
download | candle-7cfffcac10ce076667c76693a6b19f7231652c41.tar.gz candle-7cfffcac10ce076667c76693a6b19f7231652c41.tar.bz2 candle-7cfffcac10ce076667c76693a6b19f7231652c41.zip |
Debugging rope.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |