#1933 Changelog Update

https://github.com/vulkano-rs/vulkano/pull/1933
This commit is contained in:
Austin Johnson 2022-07-30 01:58:47 -05:00 committed by GitHub
parent 14f14f76ee
commit f74cd9f7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,8 @@
description. They will be transferred to this file right after the
Pull Request merge.
-->
- **Breaking** Public dependency updates:
- Winit 0.27
- **Breaking** Changes to `Instance` and Vulkan initialization:
- `FunctionPointers` is renamed to `VulkanLibrary`, and now resides in a separate `library` module. It is re-exported from the crate root.
- The `Loader` trait is now in the `library` module.