gfx-rs / metal-rs

Rust bindings for Metal
Apache License 2.0
567 stars 112 forks source link

Use correct feature name for `dispatch` #322

Closed grovesNL closed 3 months ago

grovesNL commented 3 months ago

The feature used to be called dispatch-queue but was renamed to dispatch, so this updates the module to match

Fixes nightly builds since the original feature doesn't exist anymore