mTvare6 / hello-world.rs

🚀Memory safe, blazing fast, configurable, minimal hello world written in rust(🚀) in a few lines of code with few(1092🚀) dependencies🚀
Other
3.21k stars 1 forks source link

Bump ash from 0.33.3+1.2.191 to 0.37.1+1.3.235 #388

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ash from 0.33.3+1.2.191 to 0.37.1+1.3.235.

Release notes

Sourced from ash's releases.

Ash-window 0.12.0: Bump raw-window-handle to 0.5.0

Changed

  • 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)

Ash-window 0.11.0: Bump raw-window-handle to 0.4.2

Changed

  • Bumped raw-window-handle to 0.4.2 (#505)

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
Commits
  • e93dfda Release ash 0.37.1 (#632)
  • 4b1c03e extensions/ext: Add VK_EXT_descriptor_buffer (#679)
  • 1d800d0 extensions/ext: Add VK_EXT_extended_dynamic_state3 (#671)
  • d176eef Call Vec::set_len() after checking for Vulkan errors (#684)
  • 47ec56c Update Vulkan-Headers to 1.3.235 (#667)
  • 047676a Replace as *... raw pointer-type changes with more explicit .cast() (#685)
  • 24000c1 generator: Update list of vendor names (#676)
  • ca9168b CI: Only MSRV-test published ash and ash-window crates (#677)
  • e400f51 generator: Upgrade to bindgen 0.61.0 (#673)
  • 1d14729 extensions: Only call assume_init() when Vulkan returns SUCCESS (#669)
  • 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[bot] commented 1 year ago

Superseded by #395.