Skip to content

Commit db51810

Browse files
authored
Upgrade metal crate from git to released 0.29 on crates.io (#240)
All our changes were merged upstream and finally made it into the `0.29` release on crates.io, via gfx-rs/metal-rs#327.
1 parent a93c951 commit db51810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ egui = { version = ">=0.24, <=0.27", optional = true, default-features = false }
3434
egui_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false }
3535

3636
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
37-
metal = { version = "0.28.0", git = "https://github.com/gfx-rs/metal-rs", rev = "0d6214f", default-features = false, features = ["link", "dispatch"], optional = true }
37+
metal = { version = "0.29.0", default-features = false, features = ["link", "dispatch"], optional = true }
3838

3939
[target.'cfg(windows)'.dependencies]
4040
# Only needed for public-winapi interop helpers

0 commit comments

Comments
 (0)