Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiglreith committed Oct 31, 2023
1 parent a89ea67 commit 2a7fca2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unreleased

# 0.4.0 (2023-10-31)
- Update `raw-window-handle` dep to `0.6.0`.
- Remove `metal_layer_from_ns_window` and `metal_layer_from_ui_window`.

# 0.3.2 (2023-10-31)
- Bump version of `cocoa` and `core-graphics` dependencies.

# 0.3.1 (2022-11-25)
- Only build docs.rs for `darwin` and `ios`.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "raw-window-metal"
version = "0.3.1"
version = "0.4.0"
license = "MIT OR Apache-2.0"
authors = ["The Gfx-rs Developers"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Interoperability library for Metal and [`raw-window-handle`](https://github.com/rust-windowing/raw-window-handle) for surface creation.

```toml
raw-window-metal = "0.3"
raw-window-metal = "0.4"
```

`CAMetalLayer` is the common entrypoint for graphics APIs (e.g `gfx` or `MoltenVK`), but the handles provided by window libraries may not include such a layer.
Expand Down

0 comments on commit 2a7fca2

Please sign in to comment.