Skip to content

Commit

Permalink
Update spirq
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat committed Dec 24, 2023
1 parent 5de6cb7 commit 8d3d52b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Ability to select from available swapchain surface formats when creating an `EventLoop`

### Changed

- Upgraded to spirq v1.0.2

## [0.9.0] - 2023-09-07

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parking_lot = "0.12"
paste = "1.0"
profiling = "1.0"
raw-window-handle = "0.5"
spirq = "1.0.0"
spirq = "1.0.2"
vk-sync = { version = "0.4.0", package = "vk-sync-fork" } # // SEE: https://github.com/gwihlidal/vk-sync-rs/pull/4 -> https://github.com/expenses/vk-sync-rs
winit = { version = "0.28" }

Expand Down

0 comments on commit 8d3d52b

Please sign in to comment.