We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
metal
git
0.29
1 parent a93c951 commit db51810Copy full SHA for db51810
Cargo.toml
@@ -34,7 +34,7 @@ egui = { version = ">=0.24, <=0.27", optional = true, default-features = false }
34
egui_extras = { version = ">=0.24, <=0.27", optional = true, default-features = false }
35
36
[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 }
+metal = { version = "0.29.0", default-features = false, features = ["link", "dispatch"], optional = true }
38
39
[target.'cfg(windows)'.dependencies]
40
# Only needed for public-winapi interop helpers
0 commit comments