Remove the workaround for metal 0.18.1 (yanked) (#104)
This commit is contained in:
parent
f118805eb7
commit
6c37916a56
|
@ -24,12 +24,6 @@ wgpu = "0.5.0"
|
||||||
pollster = "0.2"
|
pollster = "0.2"
|
||||||
ultraviolet = "0.4.6"
|
ultraviolet = "0.4.6"
|
||||||
|
|
||||||
# Workaround for build error on macOS
|
|
||||||
# Remove this when `gfx-backend-metal` is fixed
|
|
||||||
# See: https://github.com/gfx-rs/gfx/pull/3311
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
|
||||||
metal = "=0.18.0"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pixels-mocks = { path = "pixels-mocks" }
|
pixels-mocks = { path = "pixels-mocks" }
|
||||||
winit = "0.22.0"
|
winit = "0.22.0"
|
||||||
|
|
Loading…
Reference in a new issue