summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-11-10 08:35:48 +0100
committerGitHub <noreply@github.com>2023-11-10 08:35:48 +0100
commit26c4e5bf1d10532c9b681f07a7b08b2c84844bee (patch)
tree39b8114a0f2a2975cf9bcb1684129fa5f2e9ef69 /Cargo.toml
parent18d30005c577c029dec611a0bdd0260946468cdb (diff)
downloadcandle-26c4e5bf1d10532c9b681f07a7b08b2c84844bee.tar.gz
candle-26c4e5bf1d10532c9b681f07a7b08b2c84844bee.tar.bz2
candle-26c4e5bf1d10532c9b681f07a7b08b2c84844bee.zip
Metal part 1 - Scaffolding for metal. (#1308)
* Metal part 1 - Scaffolding for metal. * Remove tracing.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1981993..a0d597e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,6 +60,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"] }
[profile.release-with-debug]
inherits = "release"