Skip to content

Commit

Permalink
update wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jun 16, 2024
1 parent 8631625 commit be67570
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

## 0.1.1

- Fix the validation errors whenever a surface is used with the vulkan backend.
- Clean up weak references to texture views and bind groups to prevent memory leaks.
- Fix crashes whenever reading binary files.
- Improvements on font loader (avoid set weight or style in the lookup if isn't defined).
- Fallbacks fonts doesn't trigger alerts anymore.
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bytemuck = { version = "1.16.0", features = [ "derive" ] }
log = "0.4.21"
serde = { version = "1.0.198", features = ["derive"] }
tokio = { version = "1.37.0", default-features = false, features = ["rt", "rt-multi-thread", "macros"] }
wgpu = "0.20.0"
wgpu = "0.20.1"
libc = "0.2.153"
smol_str = "0.2.1"
futures = "0.3.30"
Expand Down

0 comments on commit be67570

Please sign in to comment.