Skip to content

Commit

Permalink
Remove the workaround for metal 0.18.1 (yanked) (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte authored Jul 19, 2020
1 parent f118805 commit 6c37916
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ wgpu = "0.5.0"
pollster = "0.2"
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]
pixels-mocks = { path = "pixels-mocks" }
winit = "0.22.0"
Expand Down

0 comments on commit 6c37916

Please # to comment.