Release ash-window 0.12.0
This commit is contained in:
parent
0a96643e26
commit
359c1c1051
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ash-window"
|
name = "ash-window"
|
||||||
version = "0.11.0"
|
version = "0.12.0"
|
||||||
authors = ["msiglreith <m.siglreith@gmail.com>"]
|
authors = ["msiglreith <m.siglreith@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## [Unreleased] - ReleaseDate
|
## [Unreleased] - ReleaseDate
|
||||||
|
|
||||||
|
## [0.12.0] - 2022-09-23
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
- Bumped `raw-window-handle` to `0.5.0`, now taking `RawDisplayHandle` and `RawWindowHandle` directly
|
- Bumped `raw-window-handle` to `0.5.0`, now taking `RawDisplayHandle` and `RawWindowHandle` directly
|
||||||
instead of requiring dynamic dispatch through the `HasRaw{Display,Window}Handle` traits (#645)
|
instead of requiring dynamic dispatch through the `HasRaw{Display,Window}Handle` traits (#645)
|
||||||
|
|
||||||
|
@ -79,7 +83,8 @@
|
||||||
## Version 0.1.0
|
## Version 0.1.0
|
||||||
Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support.
|
Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.11.0...HEAD
|
[Unreleased]: https://github.com/MaikKlein/ash/compare/ash-window-0.12.0...HEAD
|
||||||
|
[0.12.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.12.0
|
||||||
[0.11.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.11.0
|
[0.11.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.11.0
|
||||||
[0.10.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.10.0
|
[0.10.0]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.10.0
|
||||||
[0.9.1]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.1
|
[0.9.1]: https://github.com/MaikKlein/ash/releases/tag/ash-window-0.9.1
|
||||||
|
|
|
@ -12,7 +12,7 @@ Interoperability between [`ash`](https://github.com/MaikKlein/ash) and [`raw-win
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
ash-window = "0.11.0"
|
ash-window = "0.12.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
The library exposes two functions:
|
The library exposes two functions:
|
||||||
|
|
Loading…
Reference in a new issue