Debugging rope.

This commit is contained in:
Nicolas Patry
2023-11-10 20:25:24 +01:00
parent e35669647d
commit 61a070fdd1
3 changed files with 2 additions and 6 deletions

View File

@ -10,8 +10,7 @@ categories = ["science"]
license = "MIT OR Apache-2.0"
[dependencies]
# 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"] }
once_cell = "1.18.0"
thiserror = "1"
tracing = "0.1.37"