summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-10-27 15:20:37 +0100
committerGitHub <noreply@github.com>2024-10-27 15:20:37 +0100
commit0e2c8c17fba0c1ba720e3bb50d2d4dec19cef07c (patch)
treedaa4ae5e627a95c6c54cd8eabec32e15d71309be /Cargo.toml
parent594d984f9cf79207f3beb6114ddf73cbc8427b56 (diff)
downloadcandle-0e2c8c17fba0c1ba720e3bb50d2d4dec19cef07c.tar.gz
candle-0e2c8c17fba0c1ba720e3bb50d2d4dec19cef07c.tar.bz2
candle-0e2c8c17fba0c1ba720e3bb50d2d4dec19cef07c.zip
UG metal integration. (#2580)
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 64e1460e..f27ec933 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,6 +72,7 @@ tracing-chrome = "0.7.1"
tracing-subscriber = "0.3.7"
ug = "0.0.2"
ug-cuda = "0.0.2"
+ug-metal = "0.0.2"
yoke = { version = "0.7.2", features = ["derive"] }
zip = { version = "1.1.1", default-features = false }
metal = { version = "0.27.0", features = ["mps"]}