Skip to content

Commit

Permalink
Update ash-molten dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat committed Feb 12, 2024
1 parent 8184ef3 commit 290d674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- `EventLoop` now produces linear surfaces by default - use `desired_surface_format` to select sRGB
- `Swapchain::present_image` now uses event-based waiting for rendering operations instead of
polling, greatly reducing CPU usage
- Updated `ash-molten` (Mac OS support) to v0.17

## [0.10.0] - 2024-02-09

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ vk-sync = { version = "0.4.0", package = "vk-sync-fork" } # // SEE: https://git
winit = { version = "0.29", features = ["rwh_05"] }

[target.'cfg(target_os = "macos")'.dependencies]
ash-molten = "0.15"
ash-molten = "0.17"

[dev-dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 290d674

Please sign in to comment.