Skip to content

Commit 3f02781

Browse files
committed
update metal to 0.33
1 parent e72a77c commit 3f02781

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.deny.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ private = { ignore = true }
5454
allow-git = [
5555
# Waiting on releases; used in examples/tests only
5656

57-
# Pending a release for https://github.com/gfx-rs/metal-rs/pull/365
58-
"https://github.com/gfx-rs/metal-rs.git",
59-
6057
# Pending a release for https://github.com/Xudong-Huang/generator-rs/pull/75
6158
"https://github.com/Xudong-Huang/generator-rs",
6259
]

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ which = "8"
202202
xshell = "0.2.2"
203203

204204
# Metal dependencies
205-
metal = { git = "https://github.com/gfx-rs/metal-rs.git", rev = "8ee6e61686e52ffede7d1d4925180eb520587447", version = "0.32.0" }
205+
metal = "0.33"
206206
block = "0.1.6"
207207
core-graphics-types = "0.2"
208208
objc = "0.2.5"

0 commit comments

Comments
 (0)