-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
gpu-allocator 0.26
was just published with metal
support! Unfortunately the metal-rs
crate that is used is heavily unmaintained, and some functions used by gpu-allocator
are not yet available in the upstream metal-rs
release. Attempts to contribute have thus far gone unnoticed.
This was worked around by a patch
in Cargo.toml
which does not translate to the crates.io release, so anyone turning on the not-default
metal
feature will get a compilation failure in gpu-allocator
.
The workaround is to adopt the same [patch.crates-io]
into your workspace root, while we work to resolve this issue upstream:
Lines 100 to 101 in cbf5299
[patch.crates-io] | |
metal = { git = "https://github.com/Traverse-Research/metal-rs", rev = "a354c33" } |
Metadata
Metadata
Assignees
Labels
No labels