We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15e2f0 commit e625940Copy full SHA for e625940
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+### backend-metal-0.8.2 (08-05-2021)
4
+ - fix linking to QuartzCore
5
+
6
### hal-0.8.0 (29-04-2021)
7
- Naga is the required and preferred shader translation path in Metal and OpenGL
8
- enabling SPIRV-Cross is optional behind `cross` feature
src/backend/metal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gfx-backend-metal"
-version = "0.8.1"
+version = "0.8.2"
description = "Metal API backend for gfx-rs"
homepage = "https://github.com/gfx-rs/gfx"
repository = "https://github.com/gfx-rs/gfx"
0 commit comments