ash/ash-window/Changelog.md
msiglreith a1a42c067a
Add interoperability functions for raw-window-handle (#308)
* Add ash-window as workspace member

* ash-window: fix repository link

* ash-window: Address CI fmt&clippy issues

* ash-window: Try fix SDL2 CI issues

* ash-window: Remove beryllium example
2020-07-04 15:21:39 +02:00

32 lines
874 B
Markdown

### Changelog
## [Unreleased]
### Changed
- `impl HasRawWindowHandle` to `dyn HasRawWindowHandle`
## Version 0.4.1
### Changed
- Use `raw-window-metal` to automatically allocate a `CAMetalLayer` if there is none
## Version 0.4.0
### Changed
- Update `ash` version to 0.31
## Version 0.3.0
### Changed
- Update `ash` version to 0.30
## Version 0.2.0
### Changed
- `enumerate_required_extension` renamed to `enumerate_required_extensions`
- `enumerate_required_extensions` will return an error if the window handle is not supported instead of panic.
- `enumerate_required_extensions` may return multiple extension names. Includes all dependent extensions.
- `create_surface` will return an error if the window handle is not supported instead of panic.
## Version 0.1.0
Initial release for `raw-window-handle = "0.3"` with Windows, Linux, Android, MacOS/iOS support.