Skip to content

Commit e625940

Browse files
committed
[metal] bump version to 0.8.2
1 parent b15e2f0 commit e625940

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
### backend-metal-0.8.2 (08-05-2021)
4+
- fix linking to QuartzCore
5+
36
### hal-0.8.0 (29-04-2021)
47
- Naga is the required and preferred shader translation path in Metal and OpenGL
58
- enabling SPIRV-Cross is optional behind `cross` feature

src/backend/metal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gfx-backend-metal"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Metal API backend for gfx-rs"
55
homepage = "https://github.com/gfx-rs/gfx"
66
repository = "https://github.com/gfx-rs/gfx"

0 commit comments

Comments
 (0)