Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ash from 0.31.0 to 0.33.1+1.2.186 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2022

Bumps ash from 0.31.0 to 0.33.1+1.2.186.

Release notes

Sourced from ash's releases.

Ash-window 0.10.0: Bump ash dependency to 0.37

  • Bumped ash version to 0.37 (#600)
  • Make enumerate_required_extensions() return &[*const c_char] instead of Vec<&CStr> to match ash::vk::InstanceCreateInfo (#590)

Ash-window 0.9.1: Ash 0.34-0.36 support

Changed

Ash-window 0.9.0: Bump ash dependency to 0.35

Changed

  • Bumped ash version to 0.35

Ash-window 0.8.0: Bump ash dependency to 0.34

Changed

  • Bumped ash version to 0.34

Ash-window 0.7.0: Bump ash dependency to 0.33

Changed

  • Bumped ash version to 0.33

Ash-window 0.6.0: Bump ash dependency to 0.32

Changed

  • Bumped ash version to 0.32
Changelog

Sourced from ash's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

Changed

  • Replaced builders with lifetimes/setters directly on Vulkan structs (#602)
  • Inlined struct setters (#602)
  • Inlined Default impls and trivial Instance/Device/Entry wrapper methods (#606, #632)

Added

  • Added VK_NV_coverage_reduction_mode device extension (#617)
  • Added VK_EXT_sample_locations device extension (#616)
  • Update Vulkan-Headers to 1.3.211 (#605, #608)
  • Added VK_EXT_image_drm_format_modifier device extension (#603)
  • Added new functions to VK_KHR_swapchain, available since Vulkan 1.1 (#629)
  • Added VK_KHR_device_group_creation instance extension (#630)

Removed

  • Removed experimental AMD extensions (#607)

[0.37.0] - 2022-03-23

Changed

  • Dropped auto-generated wrapper methods from function pointer structs in favor of direct invocation of function pointers (#599)
  • Constified extension names (#590)
  • VK_NV_device_diagnostic_checkpoints: Enable passing pNext-initialized structs to get_queue_checkpoint_data (#588)

Added

  • Update Vulkan-Headers to 1.3.209 (#597, #601)
  • Added VK_EXT_headless_surface instance extension (#589)

[0.36.0] - 2022-02-21

Changed

  • extensions/khr: Drop _khr suffix from get_memory_fd_properties_khr in ExternalMemoryFd (#580)
  • entry: Allow querying enumerate_instance_extension_properties() by layer name (#574)

Added

... (truncated)

Commits
  • c684294 Release ash 0.33.1 with read_spv UB fix
  • 2c98b6f util: Zero-initialize result to prevent possible uninit memory read (#470)
  • 17149bd Update changelog and prepare for ash-0.33 and ash-window-0.7 release (#460)
  • de8ff6b Unify readme between Ash and Ash-window (#455)
  • 9c1abcd Fix clippy lints on Rust 1.54 and beyond (#458)
  • 8a1e4a3 ash/extensions: Fix missing and broken autolinks to Vulkan docs (#459)
  • c091482 Update Vulkan-Headers to 1.2.185 (#456)
  • ed35199 Adds LICENSE-* files to crate subdirectories (#452)
  • 2045e38 Update Vulkan-Headers to 1.2.184 (#454)
  • a75d8e7 Update Vulkan-Headers to 1.2.181 (#446)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ash](https://github.com/MaikKlein/ash) from 0.31.0 to 0.33.1+1.2.186.
- [Release notes](https://github.com/MaikKlein/ash/releases)
- [Changelog](https://github.com/ash-rs/ash/blob/master/Changelog.md)
- [Commits](ash-rs/ash@0.31.0...0.33.1)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants