File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.22.0] - 2024-01-16
10+ ### Changed
11+ - Updated ` wgpu ` to ` 0.18 ` . [ #105 ]
12+
13+ [ #105 ] : https://github.com/hecrj/wgpu_glyph/pull/105
14+
915## [ 0.21.0] - 2023-09-08
1016### Changed
1117- Updated ` wgpu ` to ` 0.17 ` . [ #104 ]
@@ -216,7 +222,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
216222- First release! :tada :
217223
218224
219- [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.21.0...HEAD
225+ [ Unreleased ] : https://github.com/hecrj/wgpu_glyph/compare/0.22.0...HEAD
226+ [ 0.22.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.21.0...0.22.0
220227[ 0.21.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.20.0...0.21.0
221228[ 0.20.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.19.0...0.20.0
222229[ 0.19.0 ] : https://github.com/hecrj/wgpu_glyph/compare/0.18.0...0.19.0
Original file line number Diff line number Diff line change 11[package ]
22name = " wgpu_glyph"
3- version = " 0.21 .0"
3+ version = " 0.22 .0"
44authors = [" Héctor Ramón Jiménez <hector0193@gmail.com>" ]
55edition = " 2021"
66description = " A fast text renderer for wgpu, powered by glyph_brush"
You can’t perform that action at this time.
0 commit comments